.home .countdown-box 
{
	position: absolute;
	top: 0;
	left: 0;
	height: 105px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Helvetica Neue, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	margin: 0 auto 10px;
	padding: 25px 15px 0;
}
.home .countdown-box .sep {
	width: 20px;
	text-align: center;
	font-size: 48px;
	float: left;
	display: block;
	font-weight: bold;
	line-height: normal;
}
.home .countdown-box .col {
	float: left;
	width: 53px;
	display: block;
}
.home .countdown-box .digit {
	font-weight: bold;
	font-size: 48px;
	letter-spacing: -1px;
	display: block;
	line-height: normal;
}
.home .countdown-box .label {
	letter-spacing: -1px;
	font-size: 13px;
	width: 100%;
	display: block;
	vertical-align: top;
	padding-left: 5px;
}

* html .home .countdown-box { height: 100px; padding: 30px 10px 0; }
* html .home .countdown-box .sep { font-size: 40px; }
* html .home .countdown-box .col { text-align: center; }
* html .home .countdown-box .digit { font-size: 40px; }
* html .home .countdown-box .label { padding-left: 0; }

* + html .home .countdown-box { height: 100px; padding: 30px 15px 0; }
* + html .home .countdown-box .sep { font-family: Times New Roman, serif; font-size: 42px; vertical-align: top; }
* + html .home .countdown-box .digit { font-size: 42px; vertical-align: top; }
* + html .home .countdown-box .label { font-size: 12px; padding-left: 0; }