.countdownHolder
{
	margin: 20px auto 0;
	font-size: 60px;
	font-family: Philosopher, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	text-align: center;
	line-height: 86px;
}

.position
{
	display: inline-block;
	overflow: hidden;
	position: relative;
	height: 86px;
	width: 43px;
	box-sizing: border-box;
}

.digit
{
	position: absolute;
	display: block;
	text-align: center;
	color: #FFF;
	border: 1px solid #FFF;
	box-sizing: border-box;
	height: 86px;
	width: 43px;
}

.digit.static
{
}

/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */
.countDays
{
	/* display:none !important;*/
	position: relative;
}

.countDiv0
{
	/* display:none !important;*/
}

.countHours
{
	position: relative;
}

.countDiv1
{
}

.countMinutes
{
	position: relative;
}

.countDiv2
{
}

.countSeconds
{
	position: relative;
}

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

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

.countDiv:after
{
	top: 0.9em;
}
