/* Layout */
div#content1 table th {
	padding: 0.25em 0;
	vertical-align: bottom;
}
div#content1 table td {
	empty-cells: show;
	padding: 0.25em 0;
	text-align: center;
	vertical-align: top;
}

/* Style */
div#content1 table {
	background: #000;
	border-spacing: 1px;
}
div#content1 table th {
	background: #e67701;
	color: #fff;
}
div#content1 table td {
	background: #fff;
	font-size: 0.8em;
}