﻿.tcl-countdown
{
    color: #15262f;
    font-family: Lato;
    font-weight: bold;
    margin-left: 50px;
    margin-top: 15px;
    text-align: center;
}

.tcl-countdown .countdown-item 
{
    float: left;
    margin-right: 50px;
}

.tcl-countdown .countdown-item .item-number 
{
    display: block;
    font-size: 30px;
}

.tcl-countdown .countdown-item .item-desc 
{
    display:block;
    text-transform: uppercase;
}