h1 {
  font-size: 35px;
    text-shadow: 1px 1px 24px rgba(255,215,0,1);

}
*{
	font-family:sans-serif;
	text-align:center
}
#countdown_container{
	border-radius: 2px;
	text-align: center;
	font-weight: bold;
	
	display: inline-block;
	padding: 0 5px;
}

#countdown_timer>div{
	float: left;
	//background:#777777; /*black theme*/
	background:#e0e0e0; /*white theme*/
	padding:10px 15px;
	margin:5px 2px;
	text-align:center;
	border-radius: 4px;
}

#countdown_timer>div>div:first-child{
	font-size:28px;
	//color:#ff6000; /*black theme*/
	color:#c1862c; /*white theme*/
	text-shadow: 0px 1px 0px #056d03; /*white theme*/
}

#countdown_timer>div>div:last-child{
	text-transform: capitalize;
	font-size:14px;
	//color:#fff; /*black theme*/
	color:#444; /*white theme*/
}