/* CSS Document */

table {
	border: 1px solid #333;
	margin: 0 0 2em 0;
}
td, th {
	color: #97A4AA;
	padding: 0.5em 2em;
	border-bottom: 1px solid #333;
	font-size: 93%;
}
th {
	text-transform: uppercase;
	background: #222;
}
