.sd_counter #counter {
    width: 546px;
    margin: 0 auto 35px auto;
}

.sd_counter .time {
    width: auto;
    float: left;
    margin-right: 30px;
}

.sd_counter .time p {
    width: 50px;
    padding-top: 3px;
    margin: 0 10px 0 0;
    font-size: 30px;
    background-color: #525252;
    font-weight: bold;
    border-radius: 10px;
    color: #ffffff;
    height: 50px;
    display: inline-block;
    text-align: center;
}

.sd_counter .time.days p {
    background-color: #d94746;
}

.sd_counter .time.days p.days_2,
.sd_counter .time.hours p.hours_2,
.sd_counter .time.minutes p.minutes_2,
.sd_counter .time.seconds p.seconds_2 {
    margin-right: 0;
}

.sd_counter .time span.sub-text {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    display: block;
    text-align: center;
    margin-top: 15px;
}

.sd_counter .time.days span.sub-text {
    color: #d94746;
}