html { font-family: sans-serif; }
body { max-width: 43em; }

div.aside {
	border: solid black 2px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

h2.chtitle { text-transform: uppercase; }

ul.chapters {
	display: grid;
/*	flex-flow: wrap row;*/
	grid: auto-flow / 0.5fr 0.5fr;
}
ul.chapters > li {
	display: block;
}


/* -- CHAPTER 17 -- */

table#tbl1701 {
	border-spacing: 1em 0;
}
table#tbl1701 td:nth-child(2), table#tbl1701 td:nth-child(3) {
	text-align: right;
}

table#tbl1702 td:nth-child(3) {
	text-align: right;
}

table#tbl1703 td {
	text-align: center;
}
