@charset "UTF-8";

/**
Marginal notes — small, centered annotations positioned to the left of the
main column. Loaded only on pages that use them: mathematical-intuition,
worldspace, pathspace.
*/

.marginal {
	position: absolute;
	display: inline-block;
	left: -22%;
	width: 22%;
	text-align: center;
	color: black;
	font-size: 1rem;
	padding-top: 0em;
	padding-bottom: 0em;
}
.marginal * {
	color: #b5b5b5;
	font-weight: 400;
	font-family: var(--condensed-font);
}

@media only screen and (max-width: 1800px) {
	.marginal {
		display: none;
	}
}
