div.time-enter {
    display: inline-block;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 5px;
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
}

div.time-enter.error {
    border-color: #ef5f4d;
    background: #fdebe9;
}

div.time-enter.error input {
    background: #fdebe9;
}

input.time-enter {
    border: none;
    width: 17px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.2em;
    box-sizing: border-box;
}

input.te-minutes {
    text-align: right;
    width: 20px;
}

input.te-seconds {
    width: 18px;
}

@-moz-document url-prefix() {
    input.te-seconds {
        width: 21px;
    }
}

input.te-milliseconds {
    width: 28px;
    color: #999;
}

span.time-enter {
    display: inline-block;
    margin-right: 1px;
    margin-left: 1px;
}