.countdownHolder{
	margin:0 auto;
	text-align:center;
	font-family: 'RobotoBold';
	position: relative;
	display: inline-block;
	margin-right: 5px;
	color: #cc0000;
	top: 0px;
}

.position{
	overflow: hidden;
	position: relative;
	float: left;
	height:10px;
	width: 8px;
	line-height: 12px;
}

.digit{
	display:block;
	position: absolute;
	z-index: 10;
	text-align:center;
}

.digit.static{
}

/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */

.countDays{ /* display:none !important;*/ }
.countDiv0{ /* display:none !important;*/ }
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}

.countDays,.countHours,.countMinutes,.countSeconds{
	text-align: center;
	padding: 0px 5px 0px 5px;
	display: inline-block;

	margin: 0px 0px 0px 0px;
}
#note{ width: 100%; float: left; text-align: center; margin-bottom: 10px; }
#note span{ width: 45px; display: inline-block; margin-right: 5px; text-align: center; }