@charset "utf-8";
#days, #hours, #minutes, #seconds
	{ color:#AA714F; float: left; width: 30px; line-height: 0.9em; margin: 0px !important; }
	
#days 
	{ width: 40px; float:left; font-weight: bold; font-size:2em; padding-top: 5px; }
	.days_text
	{ font-size: 0.6em !important; }
#hours 
	{ font-weight: bold; font-size:1.3em; padding-left: 15px; }
	.hours_text
	{ font-size: 0.7em !important; }
#minutes
	{ font-weight: bold; font-size:1.3em; }
#seconds
	{ width: 60px; font-weight: bold; font-size:1.8em; padding-left: 15px !important; margin-top: 5px !important; }	
	.seconds_text
	{ font-size: 0.6em !important; }

