@charset "UTF-8";
/* CSS Document */

.numbers {
	font-size: 40px;   /* options are normal or italic */
	color: #FFF;
	text-transform: uppercase;
}
 table.timer {
	width: 300px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 80px;
	z-index: 1;
	margin-top: 40px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: none;
}
tr.timer {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td.timer {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	width: 75px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td.tit {
	font-size: 14px;
	font-weight: lighter;
	color: #666;
	text-align: center;
	width: 75px;
}
td.desc {
	font-size: 8px;
	font-weight: lighter;
	color: #666;
	text-align: center;
	width: 75px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
