body {
	background-color: black;
	color: white;
	font-size: 3rem;
}

label {
	display: block;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

table {
	font-size: inherit;
}

input, button {
	display: block;
	font-size: inherit;
	color: inherit;
	background-color: inherit;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.col-num {
	text-align: right;
}

.alert-error {
	color: #F88;
}

.alert-success {
	color: #8F8;
}
