.fixtures {
	width: 99%;
	border: 1px solid #666;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

.fixtures p {
	margin: 0;
}

.fixtures tr {
	border-top: 1px solid #666;
}

.fixtures tr.hdr {
	color: #fff;
	background-color: #666;
}

.fixtures tr.altrow {
	background-color: #ddd;
}

.fixtures tr td.highlight {
	background-color: #fc0;
}
	
.fixtures td {
	vertical-align: top;
	padding: 5px;
}