/*
html {
	font-size: 16px;
}

body {
	font-size: 100%;
}
*/

img {
	display: block;
	margin: auto;
	max-height: 25em;
}

h1 {
    margin-bottom: 1em;
	font-size: 2em;
    text-align: center;
}

h1.site-heading {
	font-size: 14px;
	margin: 0 1em;
	font-weight: 700;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

h4, h5, h6 {
	font-size: 1em;
}

figure.flex {
	display: flex;
	gap: 1em;
}

.flex img {
	min-width: 0;
}

.content-figure {
	margin: 1.5em 0;
}

.text-caption {
	margin: auto;
	max-width: 40em;
	font-size: .875em;
	font-style: italic;
	text-align: center;
}

.section .container table {
	--color-table-border: #ccc;
	table-layout: fixed;
	border-collapse: collapse;
	max-width: 100%;
	border: 1px solid var(--color-table-border);
}

.section .container tbody tr {
	border-top: 1px solid var(--color-table-border);
}


.section .container th,
.section .container td {
	text-align: left;
	padding: .5em .75em;
}

.section .container th:not(:last-of-type),
.section .container td:not(:last-of-type) {
	border-right: 1px solid var(--color-table-border);
}

.section .container td:empty {
	background-color: #eee;
}
