.countdown {
    margin: 0 0 20px;
    text-align: center;
}

.countdown-title {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 12px;
    font-family: 'futurafuturiscregular', sans-serif;
    text-transform: uppercase;
    color: #9b9b9b;
}

.countdown-digit-label {
    margin: 0 5px 0 -5px;
    font-size: 10px;
    font-family: Arial, sans-serif;
}

.countdown .countDays,
.countdown .countHours,
.countdown .countMinutes,
.countdown .countSeconds {
    display: inline-block;
    padding: 5px 10px;
}

.countdown .position {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 30px;
    overflow: hidden;
}

.countdown .digit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    font-family: 'futurabookcregular', sans-serif;
    text-align: center;
    color: #000;
}