.sp_countdown {display:block; text-align:center;}
.sp_countdown_pre_text {font-size: 24pt;padding: 24px; position: relative; left: 17%; width: 65%; line-height:100%}
.sp_countdown_cntdwn {}
.sp_countdown_post_text{font-size: 18pt;padding: 18px;}
.sp_countdown_button {}

.sp_countdown_days, .sp_countdown_hours, .sp_countdown_mins, .sp_countdown_secs{
display:inline-block;
width:64px;height:64px;margin:0 3px;font-size:24px;color:#fff;
text-align:center;border-radius:100px;padding:12px}

/*.sp_countdown_days {background:#fd4239}*/
.sp_countdown_days {background:#396467}
.sp_countdown_days .sp_countdown_int {}
.sp_countdown_days .sp_countdown_string {}
/*.sp_countdown_hours {background:#490e6f}*/
.sp_countdown_hours {background:#6f59b2}
.sp_countdown_hours .sp_countdown_int {}
.sp_countdown_hours .sp_countdown_string {}
/*.sp_countdown_mins {background:#00c4df}*/
.sp_countdown_mins {background:#1d3240}
.sp_countdown_mins .sp_countdown_int {}
.sp_countdown_mins .sp_countdown_string {}
/*.sp_countdown_secs {background:#ffd600}*/
.sp_countdown_secs {background:#a7271e}
.sp_countdown_secs .sp_countdown_int {}
.sp_countdown_secs .sp_countdown_string {}
.sp_countdown_container {display:block}

.sp_countdown_button{}
.sp_countdown_button a.button {}