.ClassyCountdown-wrapper > div {
    display: inline-block;
    position: relative;
    margin: 10px;
    width: 100px;
	height: 100px !important;
}

.ClassyCountdown-wrapper .ClassyCountdown-value {
    width: 100%;
    line-height: 1em;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    display: block;
    color: #0b2c3d !important;
}

