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

#main table th,
#main table td {
	padding: 5px 10px;
	border-top: 1px solid #777777;
	border-right: 1px solid #777777;
}

#main table th:first-of-type,
#main table td:first-of-type {
	border-left: 1px solid #777777;
}

#main table tr:last-of-type th,
#main table tr:last-of-type td {
	border-bottom: 1px solid #777777;
}

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