.countdownHolder{
	margin:0 auto;
	text-align:center;
	letter-spacing:-3px;
	font-family: PTSR;
	font-size: 24px;
}

.position{
	display: inline-block;
	height: 1.6em;
	overflow: hidden !Important;
	position: relative;
	width: 1.05em;
	margin-left: -10px;
	margin-right: -5px;
}

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

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

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


.countDiv{
	display:inline-block;
	width:16px;
	height:1.6em;
	position:relative;
	margin-left: 1px;
	margin-right: 4px;
}

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

.countDiv:after{
	top:0.9em;
}