#note{
	color: #666666;
	font-size: 12px;
	margin: 0 auto;
	padding: 4px;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	width: 400px;
}

.countdownHolder{
	max-width: 290px;
	width: 100%;
	height: 35px;
	padding: 5px 0 10px;
	background: #ea001b;
	font: 35px/1 'Roboto', sans-serif;
	font-weight: 500;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

.countDays{
	display: none!important;
}

.countDiv{
	color: #ffffff;
	height: 41px;
}

.position{
	height: 41px;
	width: 26px;
}

.countDiv0{
	display: none!important;
}

.countDiv:before, .countDiv:after{
	width: 4px;
	height: 4px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	background: #ffffff;
}

.countDiv:before{
	top: 0.3em
}

.countDiv:after{
	top: 0.7em
}

.digit.static, .digit{
	background-color: #ffffff;
	background-image: none;
}

.digit.static{
	-webkit-box-shadow: 0 2px 5px 0 rgba(255,255,255,.4);
	        box-shadow: 0 2px 5px 0 rgba(255,255,255,.4);
}

.digit{
	color: #b40529;
	border-radius: 3px;
	width: 26px;
}
