/* This style sheet replaces absolute measurements in the default WebKit, Blink, and Gecko user agent style sheets with equivalent relative measurements. In most modern browsers set to their defaults, there should be no visual difference between an unstyled web page and a web page using this sheet. */

body {
	margin: 0.5rem;
}

blockquote, figure {
	margin-inline: 2.5em;
}

td, th {
	padding: 0.0625em;
}

ul, ol, menu {
	padding-inline-start: 2.5em;
}

dd {
	margin-inline-start: 2.5em;
}