#countdown-timer >.countdown-section {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    letter-spacing: 3px;
    margin: 0 30px;
}

#countdown-timer >.countdown-section >.countdown-period {
    display: block;
    font-size: 16px;
    margin-top: 8px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}