nav, footer, .warning { display:none; }

section {	
	left:0px; /*width:100%;*/ float:none;
	border:none;
}

html { height:100%; overflow:visible; }
body { height:100%; overflow:visible; } 


body *, section { color:black; background:white; }

body, section, .quiz { background:white; }

body { background-color:red; } 
body#figbody { background-color:red; }

body, section, aside { font-family:'Noto Serif',serif; font-size:12px; }
div.fn, div.fn * { font-size:10px; }
aside, ol.fn, ol.fn * { font-size:11px; }
p.navhead { font-family:Helvetica, Arial, Tahoma, sans-serif; font-size:11px; }
ul.navlist, label.prog { font-family:Helvetica, Arial, Tahoma, sans-serif; font-size:10px; }
table.game { font-family:Helvetica, Arial, Tahoma, sans-serif; font-size:12px; }
.quiz { font-family:Helvetica, Arial, Tahoma, sans-serif; font-size:12px; }
*.quiz textarea { font-family:Helvetica, Arial, Tahoma, sans-serif; font-size:11px; }
.ans { font-family:Helvetica, Arial, Tahoma, sans-serif; font-size:10px; }
p.caption { font-size:10px; }

ol.fn { line-height:17px; } 
section { line-height:18px; }
aside { line-height:14px; }



/* links in black but highlight with light bolding (not supported) or underline (too thick) */
a, a:visited, .link, .doi, .pdf { color:black; /*font-weight:450;*/ text-decoration:none; background:none; border-bottom:none; }


/* external links should display the url in brackets*/
a.ext:after {
	content:' ['attr(href)']';
}
/* doi and pdf links are already in brackets */
a.doi[href]:after, a.pdf[href]:after {
	content: ', ' attr(href);
}

/* show figures that are hidden in the screen version */
div.printonly { display:inline-block; } /* was block */

/*body { margin-left:0.75in; margin-right:0.25in; }*/

@page { margin-left:1in; margin-right:.5in; }
/**/
@pageXX { margin:0.5in; }
@pageXX :left {
	margin-left:1.0in;
	margin-right:0.5in;
}
@pageXX :right {
	margin-left:0.5in;
	margin-right:1.0in;
}



table, .quiz, aside, li, div.printfig { page-break-inside:avoid; }
h1, h2, h3, p.listhead { page-break-after:avoid; }

@page { orphans:2; widows:2; }


/***************** none of the following seems to have any effect in any browser I've tried ***********************/

@page:right @top-left { content:string(doctitle); }
@page @top-right { content:counter(page); }

/**/
/**/
/*}/**/

