/* #footer { */
/* 	opacity: 0.9; */
/* 	background-color: #aaeeffff; */
/* 	padding: 0.5rem; */
/* 	text-align: center; */
/* 	position: fixed; */
/* 	bottom: 0; */
/* 	left: 0; */
/* 	right: 0; */
/* 	z-index: 1000; */
/* 	border-top: 2px solid black; */
/* } */
/* #footer a { */
/* 	color: black; */
/* 	text-decoration: none; */
/* 	margin: 0 1.2rem; */
/* 	font-weight: 500; */
/* } */
/* #footer a:hover { */
/* 	color: blue; */
/* 	text-decoration: none; */
/* } */

/* .toc { */
/* 	font-family: system-ui, -apple-system, sans-serif; */
/* 	background: #fafafa; /\* or white with subtle shadow *\/ */
/* 	border-radius: 12px; */
/* 	padding: 1.5rem; */
/* 	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); */
/* 	max-width: 280px; /\* keeps it sidebar-friendly *\/ */
/* } */

/* ul { */
/* 	list-style: none; */
/* 	padding: 0; */
/* 	margin: 0; */
/* } */

/* li { */
/* 	margin-bottom: 0.5rem; */
/* } */

/* a { */
/* 	color: #333; */
/* 	text-decoration: none; */
/* 	display: block; */
/* 	padding: 0.4rem 0.6rem; */
/* 	border-radius: 6px; */
/* 	transition: all 0.2s ease; */
/* } */

/* a:hover { */
/* 	background: #f0f0f0; */
/* 	color: #0066ff; /\* your accent color *\/ */
/* } */

/* ul ul { /\* nested levels *\/ */
/* 	margin-top: 0.5rem; */
/* 	padding-left: 1.2rem; */
/* 	border-left: 2px solid #e5e5e5; /\* elegant connecting line *\/ */
/* } */

/* ul ul a { */
/* 	font-size: 0.95rem; /\* slightly smaller for hierarchy *\/ */
/* } */

ul {
	list-style: none;
}
li {
	margin: 0.5rem;
}

/* Hide the sitemap title: */
.title {
	display: none;
}
#content { max-width: 60em; margin: auto; }
