body {
	font-family: sans-serif;
	font-size: 16px;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 1.5rem;
}

div.navigation {
	margin: 0.2em 0 0.6em;
	word-spacing: 10px;
}

select {
	font-size: 150%;
}

table {
	border-collapse: collapse;
}

th, td {
	border-color: black;
	font-size: 1.5rem;
	height: 2em;
	padding: 0.4em;
	text-align: right;
	white-space: nowrap;
	width: 5em;
}

li {
	line-height: 1.5rem;
}

.self,
.eliminated {
	color: #ccc;
}

.winning,
.won {
	color: green;
}

.won {
	background-color: #D0FFD0;
	font-weight: bold;
}

.losing,
.lost {
	color: darkred;
}

.lost {
	background-color: #FFD0D0;
}

.tied {
	background-color: #d9d9d9;
}

div.scheduled {
	font-size: 80%;
}

.hidden {
	display: none;
}
