.countdownHolder{
	width:410px;
	letter-spacing:-3px;
	font:40px/1.5 'Open Sans Condensed',sans-serif;
}

.position{
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 39px;
	height: 60px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px rgba(0,0,0,.5);
	box-shadow: 0 1px rgba(0,0,0,.5);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.05), rgba(255,255,255,.05));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.05), rgba(255,255,255,.05));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.05), rgba(255,255,255,.05));
	background-image: linear-gradient(to top, rgba(0,0,0,.05), rgba(255,255,255,.05));
}

.digit{
position: absolute;
display: block;
text-align: center;
color: #474747;
height: 60px;
font-weight: 700;
font-family: exo;
border-radius: 0.2em;
text-shadow: 0px -1px rgba(0, 0, 0, 0.74);
font-size: 39px;
width: 34px;
}

.countSeconds > span {
	background-color:#f07171;
	
}
.digit.static{
	

	
}



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

.countDays{ }
.countDiv0{ }
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}


.countDiv{
	width:16px;
	height:60px;
	position:relative;
	display:inline-block;
}

.countDiv:before,
.countDiv:after{
	position:absolute;
	width:5px;
	height:5px;
	background-color:rgba(255, 255, 255, 0.88);
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:0.5em;
	content:'';
}

.countDiv:after{
	top:0.9em;
}