.countdownHolder{
	width: 100%;
	margin:0 auto;
	font-family: "Helvetica","Arial",sans-serif;
	text-align:center;
	letter-spacing:-3px;
	line-height: 1;
	padding: 6px 0;
	margin: 10px 0 0;
}

.position{
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-shadow: 0 3px 5px -2px rgba(0, 0, 0, .85) inset,0 -4px 6px -2px rgba(0, 0, 0, .65) inset, 0 0 1px rgba(255,255,25,.3);
	-webkit-box-sizing: border-box;
	background-color: #C9DDE0;
	border: 1px solid #3D4D51;
	box-shadow: 0 3px 5px -2px rgba(0, 0, 0, .85) inset,0 -4px 6px -2px rgba(0, 0, 0, .65) inset, 0 0 1px rgba(255,255,25,.3);
	box-sizing: border-box;
	display: inline-block;
	height: 2em;
	overflow: hidden;
	position: relative;
	width: 24px;
}

.digit{
	position:absolute;
	display:block;
	width: 24px;
	background-color: transparent;
	text-align:center;
	color: #4E595B;
	letter-spacing: 1px;
	font-size: 1.92em;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 1px 1px rgba(255,255,255,.65);
}

.digit.static{
	box-sizing:border-box;
	background-color: transparent;
}

/**
 * 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{}


.countDiv{
	display: inline-block;
	width: 24px;
	height: 1em;
	position: relative;
	color: #3D4D51;
	font-family: "Helvetica", sans-serif;
	font-weight: bold;
	font-size: 2em;
	letter-spacing: 1px;
	text-shadow: 0 1px 1px rgba(255,255,255,.4);
	top: -8px;
}

#note {
	color: #B2B6B7;
	font-size: 0.75em;
	padding: 0 15px;
	text-align: left;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

/*.countDiv:before,
.countDiv:after{
	position:absolute;
	width:5px;
	height: 5px;
	background-color:#444;
	border-radius:50%;
	left: 50%;
	margin-left: -3px;
	top: 0.2em;
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
	content:'';
}

.countDiv:after{
	top: 0.5em;
}*/