html {
	background-color: #eee;
}

body {
	max-width: 45rem;
	margin: 0 auto;
}

.footnote-ref {
	vertical-align: super;
		font-size: smaller;
		text-decoration: none;
}

.footnotes {
	font-size: smaller;
}

@media print {
	html {
		background-color: white;
	}
}
