

/* timer general */
#timer {
	margin-left:auto;
	margin-right:auto;
	width:200px;
}

#countdown{
padding-top:435px;	
}

/* timer numbers */
.timer_numbers {
	font-size:15px;
	font-family:Gotham Family, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#ffffff;
}

#timer_days {
	float:left;
	width:50px;
	letter-spacing:1px;
}

#timer_hours {

	float:left;
	width:50px;
	letter-spacing:1px;
}

#timer_mins {
	
	float:left;
	width:50px;
	letter-spacing:1px;
}

#timer_seconds {
	
	float:left;
	width:50px;
	letter-spacing:1px;
}

/* timer labels */
.timer_labels {
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	
	text-align:center;
	color:#ffffff;	
}

#timer_labels {
	margin-left:auto;
	margin-right:auto;
	width:200px;
	padding-top:22px;
}

#timer_days_label {
	
	float:left;
	width:50px;
}

#timer_hours_label {

	float:left;
	width:50px;
	
}

#timer_mins_label {
	
	float:left;
	width:50px;
	
}

#timer_seconds_label {

	float:left;
	width:50px;
}




