/*!
 * jQuery ClassyCountdown
 * www.class.pm
 *
 * Written by Marius Stanciu - Sergiu <marius@class.pm>
 * Licensed under the MIT license www.class.pm/LICENSE-MIT
 * Version 1.0.0
 *
 */

.ClassyCountdown-wrapper > div {
    display: inline-block;
    position: relative;
    width: calc(25% - 20px);
    margin: 10px;
}

.ClassyCountdown-wrapper .ClassyCountdown-value {
    width: 100%;
    line-height: 1em;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    display: block;
    margin-top: -30px !important;
}

.ClassyCountdown-value > span {
    font-family: 'Open Sans';
    bottom: -128px;
    font-size: 22px !important;
    left: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.ClassyCountdown-value > div {
    font-size: 67px;
    font-family: 'Open Sans';
}