.countdownHolder{
    font: 30px/1.2 PTSansBold;
    letter-spacing: -10px;
    text-align: center;
}

.position{
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 1em;
}

div.count .position {
    width: 0.8em!important;
}

.digit{
	position:absolute;
	display:block;
	width:0.8em;
	border-radius:0.2em;
	text-align:center;
	color:#282828;
	letter-spacing:-1px;
}

.digit.static{

}

/**
 * Вы можете использовать данные классы для скрытия
 * частей счетчика, которые не нужны.
 */

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


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

.countDiv:before,
.countDiv:after{
	position:absolute;
	width:4px;
	height:4px;
	background-color:#CCCCCC;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:0.6em;
	content:'';
}

.countDiv:after{
	top:1em;
}