/* style the countdown */
.timecount{
	min-height:32px;
	color:#c21017;
	font-size:18px;
	line-height:28px;
	text-align:center;
	margin-top:4px;
}

span.cd-time{
	color:#222222;
}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
	.timecount {
		font-size:14px;
	}
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.timecount {
		font-size:100%;
	}
}