body {
	font-family: sans-serif;
	margin: 0;
	padding: 1rem;
	line-height: 1.5;
}

a {
	color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	margin: 1rem 0;
}

table {
	border-collapse: collapse;
	border: 1px solid #ccc;
}

table th,
table td {
	text-align: left;
	vertical-align: top;
	padding: 0.25rem 1rem;
}

table th {
	background: #f0f0f0;
}

table tr {
	border-bottom: 1px solid #ccc;
}

footer {
	margin: 2rem 0 0;
	padding: 1rem;
	background: #f0f0f0;
}

ul[role='list'],
ol[role='list'] {
	list-style: none;
	padding: 0;
}

.active {
	font-weight: bold;
}

nav a {
	text-decoration: none;
}

nav,
nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin: 0;
}

nav {
	justify-content: space-between;
	border-bottom: 1px solid;
	padding: 0.5rem 0;
}

summary {
	cursor: pointer;
}

.event-tag {
	background: antiquewhite;
	border-radius: 1em;
	display: inline-block;
	padding: 0.25em 0.75em;
}

blockquote.notes {
	background: #e0eeff;
	padding: 0 1rem;
	border: 1px solid transparent;
	margin: 0;
	font-size: 0.9em;
}

hr {
	border: none;
	border-bottom: 1px solid;
}
