#logTimeTitle{
    width: 100%;
    height: 20%;
    font-size: 1vw;
    color:white;
    text-align: center;
}
#logTime{
    width: 100%;
    height: 80%;
}
#logTimeDay{
    width: 20%;
    height: 100%;
    float: left;
}
#logTimeOther{
    width: 80%;
    height: 100%;
    float: left;
}
ul.countdown {
    list-style: none;
    padding: 0;
    display: block;
    text-align: center;
}
ul.countdown li {
    display: inline-block;
}
ul.countdown li span {
    font-size: 2vw;
    font-weight: 300;
    line-height: 6.5vh;
    color:rgb(56,223,223);
}
ul.countdown li.seperator {
    font-size: 2vw;
    line-height: 6.5vh;
    vertical-align: top;
    color:rgb(56,223,223);
}
ul.countdown li p {
    color: #a7abb1;
    font-size: 1.1vw;
    text-decoration:overline;
}
.timeDayLeft{
    margin-left: 0.2vw;
}