html {
	margin: 0 0 0 0;
	min-height: 100vh;
}

body, html {
	background: #ffffff;
	font-family: "Bitstream Vera Sans", "Lucida Grande", "Lucida Sans Unicode", Lucidux, Verdana, Lucida, sans-serif;
}

tr:nth-child(even) {
	background: #f4f4f4;
}

th, td {
	padding: 0.1em 0.5em;
}

th {
	text-align: left;
	font-weight: bold;
	background: #eee;
	border-bottom: 1px solid #aaa;
}

#list {
	border: 1px solid #aaa;
	width: 100%;
}

a {
	color: #a33;
}

a:hover {
	color: #e33;
}

@media (prefers-color-scheme: dark) {
	body, html {
		background: #121212;
		color: #ffffff;
	}

	tr:nth-child(even) {
		background: #1f1f1f;
	}

	th {
		background: #090909;
	}

	a {
		color: #bd4c4c;
	}

	a:hover {
		color: #a33;
	}
}
