/* countdown exists in this block */
.layout-type_text .hasCountdown
{
	overflow: hidden;
	text-align: center;
}

/* event description */
.layout-type_text .countdown_descr
{
	font-weight: bold;
	font-size: 120%;
	color: #C20E1A;
	height: 20px;
}

/* number groups */
.layout-type_text .countdown_section
{
}

/* numbers */
.layout-type_text .countdown_amount
{
	font-weight: bold;
	font-size: 120%;
	color: #C20E1A;
	height: 20px
}

/* number labels */
.layout-type_text .countdown_label
{
	display: inline-block;
	padding: 0 0.6em 0 0.2em;
	font-size: 110%;
	height: 20px;
	color: #333333;
}

/* time's up! message */
.layout-type_text .times-up
{
	display: block;
}