/* Allgemeine Formatierungen */
@import url(master.css);

/* Formatierung von Ergebnistabellen */
table.results {
	font-size: 10pt;
	border: 1px solid #8f8e8a;
	background-color: #ffffff;
	margin-bottom: 10px;
}
table.results td, table.results th {
	vertical-align: top;
	padding: 2px 5px 2px 5px;
}
table.results th {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	color: #ffffff;
	background-color: #8f8e8a;
}
table.results th.title {
	font-weight: bold;
	font-size: 12pt;
}
table.results tr.winner {
	font-weight: bold;
}
table.results tr.even {
	background-color: #f0edea;
}
