html {
	
}

body {
	font-family: sans-serif;
	width: 90%;
	margin: 1em auto 2em auto;
}

.days {
	font-size: 2em
}

.hours {
	font-size: 1.8em;
}

.minutes {
	font-size: 1.55em;
}

.seconds {
	font-size: 1.3em;
}

.countdown_date,.value {
	font-weight: bold;
}

.countdown_date {
	font-size: 1.5em
}

.countdown_box {
	text-align: center;
	width: 33%;
	float: left;
	margin: 0.10%;
}

div.countdown_box {
	font-size: 75%;
}

div#countdown_box-0 {
	text-align: center;
	font-size: 100%;
	width: 100%;
	margin: 0.25em;
}

h2 {
	margin: 0;
}

hr.rowseparator {
	border-width: 0;
	background-color: #333;
	color: #333;
	height: 1px;
	clear: both;
}

h1 {
	text-align: center;
}

a img {
	border: 0
}

div#passed_countdowns {
	float: left;
	width: 49%;
}
div#more_countdowns {
  float: right;
  width: 49%;
}