.countdownHolder{
	width:auto;
	margin:0 auto;
	text-align:center;
}

.position{
	display: inline-block;
	height: 2.5em;
	overflow: hidden;
	position: relative;
	width: 1.5em;
	color:#324b5c !important;
}

.digit{
	position:absolute;
	display:block;
	text-align:center;
	color:#324b5c !important; 
	font-size: 5rem !important;
}



/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */

.countDays{ /* display:none !important;*/ }

