* + h2, h3, h2 + h3, h3 + h4, h4 {
	margin-top:  1.6em;
}

table thead th {
	font-weight: 500;
}

table thead th:last-of-type {
	width: 37%;
}

table thead th,
table tbody td {
	padding: 6px 18px;
	border-top: 1px solid #d2d2d7;
	border-right: 1px solid #d2d2d7;
}

table thead th:first-of-type,
table tbody td {
	border-left: 1px solid #d2d2d7;
}

table tbody tr:last-of-type td {
	border-bottom: 1px solid #d2d2d7;
}

table thead tr {
	background-color: #f5f5f7;
}

table tbody tr:nth-of-type(even) {
	background-color: #fbfbfd;
}

@media only screen and (max-width: 1068px) {
	table thead th,
	table tbody td {
		font-size: 14px;
	}
}

/* === DARK MODE === */
	body[data-color-scheme="dark"].dmf table thead th, body[data-color-scheme="dark"].dmf table tbody td {border-color: var(--fill-gray-tertiary);}
	body[data-color-scheme="dark"].dmf table thead tr {background-color: var(--fill-tertiary);}
	body[data-color-scheme="dark"].dmf table tbody tr:nth-of-type(even) {background-color: var(--fill-secondary);}

