﻿.timer, .timer-done, .timer-loop {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    padding: 0px;
    display: inline-block;
    position: relative;
    width: 47px;
    /* padding-left: 5px; */
    /* height: 34px; */
    /* line-height: 34px; */
    position: absolute;
    left: 15px;
    top: 10px;
}

    .timer:before {
        content: '(';
        float: left;
        color: #fff;
    }

    .timer:after {
        content: ')';
        float: left;
        color: #fff;
    }

.jst-hours {
    float: left;
    display: none;
}

.jst-minutes {
    float: left;
}

.jst-seconds {
    float: left;
}

.jst-clearDiv {
    clear: both;
    display: none;
}

.jst-timeout {
    color: red;
}
