body {
	color: #ddd;
	background-color: #111;
	font-family: monospace;
	font-size: 14px;
	margin: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	margin: 0;
}

img,
h1,
h2 {
	vertical-align: middle;
}

img {
	border: 0;
}

a {
	color: #9cf;
	text-decoration: none;
}

a:visited {
	color: #c9f;
}

a:hover {
	text-decoration: underline;
}

.download {
	color: #999;
}

.site-head {
	display: flex;
	align-items: center;
	gap: .7em;
}

header p {
	color: #999;
	margin: .25em 0 0;
}

.version {
	color: #999;
	font-weight: normal;
}

.logo img {
	display: block;
	max-width: 40px;
	height: auto;
}

hr {
	border: 0;
	border-top: 1px solid #777;
	height: 1px;
	margin: 1em 0;
}

.path {
	margin: 0 0 .5em;
}

.path a {
	color: inherit;
}

table {
	border-collapse: collapse;
}

table th {
	font-weight: bold;
	text-align: left;
}

table td,
table th {
	padding: 0 .8em 0 0;
	vertical-align: top;
	white-space: nowrap;
}

table td:first-child,
table th:first-child {
	min-width: 20em;
}

table tr:hover td {
	background-color: #222;
}

.num {
	text-align: right;
}

footer {
	color: #999;
}

@media screen and (max-width: 600px) {
	table th:nth-child(n+2),
	table td:nth-child(n+2) {
		display: none;
	}

	table td:first-child,
	table th:first-child {
		min-width: 0;
	}
}
