body {
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
	margin: 0 auto;
	padding: 2%;
	max-width: 500px;
	background-color: #000;
	color: #fff;
}
* {
	box-sizing: border-box;
}
h1 {
	font-size: 2em;
	margin: 0 0 5%;
}
h2 {
	font-size: 1em;
}
table {
	border: none;
	border-collapse: collapse;
	margin: 0 auto;
	width: 100%;
}
th {
	background-color: #ccc;
	color: #000;
	width: 33.333%;
}
th,td {
	text-align: center;
	border: 1px solid #ccc;
	padding: 5px 10px;
}
select {
	border: 1px solid #ccc;
	font-family: system, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #fff;
}
button {
	background-color: #ccc;
	border: 1px solid #ccc;
	border-radius: 1.2em;
	padding: 7px 15px;
	display: block;
	font-size: inherit;
	font-weight: bold;
	margin: 0 auto;
}
hr {
	background-color: transparent;
	color: transparent;
	border: none;
	border-top: 1px solid #ccc;

}
pre {
	font-size: .8em;
	color: #999;
}
a {
	color: #fff;
}
ul {
	margin-bottom: 2vh;
}
li {
	margin-bottom: 1vh;
}
small {
	color: #ccc;
}
.inf {
	color: #c33;
	font-size: .9em;
	margin-top: -1em;
}
.update {
	color: #ccc;
	font-size: 90%;
}
.centered {
	text-align: center;
}
@media screen and (max-width:600px) {
	body {
		font-size: 15px;
		margin: 3%;
	}
	h1 {
		font-size: 1.7em;
	}
	select {
		font-size: .9em;
	}
}