html, body {
	background: #eee;
}

.header {
	background: white;
	margin-bottom: 56px;
}

.header .col {
	height: 72px;
	display: flex;
	align-items: center;
}

.container .row {
	margin-bottom: 52px;
}

.row.intro {
	text-align: center;
}

.logo img {
	width: auto;
	height: 20px;
}

table {
	margin-top: 52px;
	width: 100%;
	border: 2px solid black;
}

table th,
table td {
	padding: 5px 10px;
	border: 1px solid black;
}