.time_counter {
	margin: 10px;
	color: #6c6c6c;
	white-space: nowrap;
}
.time_counter span.time_counter_text {
	display: block;
	text-align: center;
}
.time_counter span.counter_value {
	display: inline-block;
	width: 25%;
	line-height: 1.5em;
}
.time_counter span.sep {
	display: none;
}
.time_counter span.counter_value > span {
	display: block;
	text-align: center;
	font-size: 1.7em;
}
.time_counter span.counter_value > span.sub {
	font-size: 0.8em;
}