.footnotes-end-of-document {
	margin-bottom:32px
}

figure {
	margin: 0;
}

figure > img {
	width: 100%;
	margin: 0;
	object-fit: contain;
}

img {
	max-height:50ch;
}

aside {
	background-color: darkslategray;
	padding: 1em;
}

aside > :first-child {
	margin-top:0;
}
aside > :last-child {
	margin-bottom:0;
}
aside + figure {
	margin-top: 16px;
}


a:link {
  color: aqua;
}

a:hover {
  color: CadetBlue;
}

a:active {
  color: BlueViolet;
}

a:visited {
  color: BlueViolet;
}
