body {
	margin: 0;
	padding: 20px;
	padding-top: 110px;
	background-color: #074087;
	background-image: url('graphics/bg.jpg');
	max-width: 100vw;

	font-size: 1.3em;
	color: #b5cbe7;
	text-shadow: 1px 0px 1px #001c3d;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}

table {
	width: 100%;
	max-width: 100vw;
}

table tr {
	height: 80px;
	vertical-align: middle;
}

table tr:first-child {
	padding-bottom: 20px;
}

table tr td:first-child,
table tr th:first-child {
	text-align: right;
	width: 50%;
	padding-right: 10px;
}

table tr td:nth-child(2),
table tr th:nth-child(2) {
	text-align: left;
	width: 50%;
	padding-left: 10px;
}

div#searchbar {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	height: 70px;
	width: 100vw;
	background-color: #053671;
	align-items: center;
	justify-content: center;
}
