/*!
 * 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: 0 15px 0 0;
}

.ClassyCountdown-wrapper .ClassyCountdown-value {
    line-height: 24px;
    position: absolute;
    text-align: center;
    left: 29%;
    display: flex;
    align-items: center;
    flex-direction: column;
    top: 55%;
}