@page { size: Letter portrait; margin: 0; }
h1,h2,h3,h4{break-after: avoid-page;}
img, svg, table, canvas{break-inside: avoid;}
a::after {content: " (" attr(href) ")"; white-space: nowrap}
html, body { margin: 0; }
.prenxt, .hilite, .hwrap, .toc {display: none}
/*
body { min-width: 992px; }
*/
article {
    width: 8.5in;
    height: 11in;
    padding: .25in .5in;
}
@media print {
	.prenxt, .hilite, .hwrap, .toc {display: none}
	.char li{display:block}
	.char li:not(:last-child):after{content:''}
}
