@counter-style parenthesized-decimal {
	style: numeric;
	symbols: '1' '2' '3' '4' '5' '6' '7' '8' '9' '0' ;
	prefix: '(';
	suffix: ') ';
}

ol>li {
	list-style-type: parenthesized-decimal;
	padding-bottom: .5em;
}

dl {
	display: grid;
	grid: auto-flow / 1fr 3fr;
	grid-column-start: 1;
	grid-column-end: 3;
}
dl>dt {
	display: inline-block;
	text-align: right;
	font-weight: bold;
	font-family: sans-serif;
	margin-right: .75em;
}
dl>dd {
	display: inline-block;
}


h3 { font-size: large; font-weight: bold; }
h4 { font-size: medium; font-weight: bold; }
h5 { font-size: medium; font-weight: normal; }