@charset "UTF-8";

p.homepage-list-index {
	text-align: center;
	background-color: #eee;
	border: solid 1px #ddd;
	border-width: 1px 0;
	padding: 0.25em 0.5em;
	font-size: 1.3em;
	margin: 1em 0;
}
table.homepage-list {
	margin: 0 auto;
	width: 100%;
}
table.homepage-list th {
	text-align: left;
}
table.homepage-list th h3 {
	margin: 1em 0 0 0;
	background-color: #eee;
	padding-left: 0.5em;
	border-bottom: solid 1px #ccc;
	font-size: 1.75em;
}
table.homepage-list th h3.first {
	margin-top: 0;
}
table.homepage-list tr.headers th {
	padding: 0.2em 0.875em;
	color: #000;
}
table.homepage-list td {
	padding: 0 0.875em;
	line-height: 1.6em;
	border-bottom: solid 1px #ddd;
}
