/* CSS Document */
/* tabletimes.css
*	for tabletimes.html
*/

table {
	margin: 40px 10px;
	background-color: #ECF1F4;
	border: solid 1px black;
	border-collapse: collapse;
}

caption {
	margin: 10px;
	padding: 10px;
	font-size: 120%;
	font-weight: bold;
}

table thead tr th {
	border-bottom: 1px solid black;
	border-right: none;
}

table tr td {
	width: 5em;
	padding: 7px 5px;
}

table tfoot tr td{
	width: 100%;
	font-style: italic;
	text-align: center;
}

table tr#alt {
	background-color: #85EBB0;
}

table tr th {
	padding-right: 7px;
}

table tr td.gbperhr {
	font-style: italic;
	text-align: center;
}

table tr.lastrow td, table tr.lastrow th {
	border-bottom: 1px solid black;
}

