section {
	margin-inline: auto;
	max-width: 800px;
}

section table {
	margin-top: 20px;
	width: 100%;
}

section table caption {
	padding-bottom: 10px;
}

section table tbody tr th {
	border: solid 1px var(--border-color);
	border-bottom: none;
	padding: 4px 12px;
	width: 30%;
	text-align: left;
	vertical-align: top;
}

section table tbody tr td {
	border: solid 1px var(--border-color);
	border-bottom: none;
	border-left: none;
	padding: 4px 12px;
	width: 70%;
	text-align: left;
}

section table tbody tr:first-of-type th {
	border-top-left-radius: 2px;
}

section table tbody tr:first-of-type td {
	border-top-right-radius: 2px;
}

section table tbody tr:last-of-type th {
	border-bottom: solid 1px var(--border-color);
	border-bottom-left-radius: 2px;
}

section table tbody tr:last-of-type td {
	border-bottom: solid 1px var(--border-color);
	border-bottom-right-radius: 2px;
}

main > p {
	padding-bottom: 80px;
	text-align: center;
}
