.timeTo-holder {
    background: #4971a3;
    padding: 7px 10px ;
    text-align: center;
    margin-top: 10px;
}
.timeTo-holder .tt-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.timeTo {
    line-height: 108%;
    /*font-weight: bold;*/
    margin-top: 5px;
}

.timeTo span {
    vertical-align: top;
    color: #fff;
    margin-right: 5px;
    margin-left: 2px;
}

.timeTo.timeTo-white div {
    color: black;
    background: #ffffff; /* Old browsers */

}

.timeTo figure {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 46px !important;
}
.timeTo figure:first-child {
    margin-right: 12px;
}
.timeTo figcaption {
    text-align: center;
    /*font-size: 12px;*/
    line-height: 80%;
    font-weight: normal;
    color: #fff;
    padding: 0 !important;
}

.timeTo div {
    position: relative;
    display: inline-block;
    width: 22px !important;
    height: 35px !important;
    margin: 0px !important;
    overflow: hidden;
}
.timeTo div.first {
    margin-right: 2px !important;
}


.timeTo ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 3px;
}
.timeTo ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}