* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

button {
    background: transparent;
    color: black;
    border: 1px solid black;
    outline: none;
}

button:focus {
    outline: none;
}

button::-moz-focus-inner {
    border: 0;
}

#i {
    width: 8em;
    height: 2em;
    resize: none;
    background: transparent;
    color: black;
    border: 1px solid black;
    outline: none;
}

#i:focus {
    outline: none;
}

textarea, button, div, span, * {
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
}

.time {
    display: block;
    font-size: 8px;
    color: #666;
}