.timecount{
	min-height:26px;
	color:#c21017;
	font-size:18px;
	text-align:center;
	margin-top:4px;
	padding-top:6px;
}

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

span.timefont{
	font-size:12px;
	color:#105289;
	margin-left:-5px;
}

.countleft{
	float:left;
	font-size:40px;
}

.countright{
	float:right;
	font-size:0px;
}


@media only screen and (max-width: 800px) {
	.timecount{
		min-height:24px;
		font-size:16px;
	}
	
	span.timefont{
		font-size:10px;
		margin-left:-4px;
	}
	
	.countleft{
		font-size:40px;
	}

	.countright{
		font-size:0px;
	}
}

@media only screen and (max-width: 700px) {
	.timecount{
		min-height:22px;
		font-size:14px;
	}
	
	span.timefont{
		font-size:10px;
		margin-left:-3px;
	}
	
	.countleft{
		font-size:40px;
	}

	.countright{
		font-size:0px;
	}
}

@media only screen and (max-width: 550px) {
	.timecount{
		min-height:18px;
		font-size:12px;
	}
	
	span.timefont{
		font-size:8px;
		margin-left:-2px;
	}
	
	.countleft{
		font-size:30px;
	}

	.countright{
		font-size:0px;
	}
}