/**/ body { margin-left: 10%; margin-right: 10% } h1, h2, h3, h4 { text-align: center; /* all headings centered */ clear: both } p { margin-top: 0.51em; text-align: justify; margin-bottom: 0.49em } /*Modified horizontal rules to fix ePub display issue*/ hr { width: 33%; margin-top: 2em; margin-bottom: 2em; margin-left: 33.5%; margin-right: 33.5%; clear: both } hr.tb { width: 45%; margin-left: 27.5%; margin-right: 27.5% } hr.chap { width: 65%; margin-left: 17.5%; margin-right: 17.5% } hr.full { background-color: black; margin-top: 0.2em; margin-bottom: 0.2em; width: 99%; margin-left: 0.5%; margin-right: 0.5%; height: 0.1em; clear: both } /*End modified horizontal rule CSS*/ .pagenum { /* uncomment the next line for invisible page numbers */ /* visibility: hidden; */ font-size: smaller; text-align: right } /* page numbers */ .boxit { max-width: 25em; padding: 1em; border: 0 solid black; margin: 0 auto } .boxit1 { max-width: 44.8em; padding: 1em; border: 0.15em solid black; margin: 0 auto } .boxit2 { max-width: 45em; padding: 0.2em; border: 0.15em solid black; margin: 0 auto } .doublerule { max-width: 35em; padding: 0.1em; border-style: solid; border-color: black; border-width: 0.1em 0 0.1em 0; margin: 0 auto } .boxit3 { max-width: 45em; padding: 0; border: 0 solid black; margin: 0 auto } .boxit4 { max-width: 40em; padding: 1em; border: 0.3em solid black; margin: 0 auto } .hangindent { text-indent: -1.5em; padding-left: 1.5em; text-align: left } .doublerule { max-width: 45em; padding: 0.05em; border-style: solid; border-color: black; border-width: 0.1em 0 0.1em 0; margin: 0 auto } .center { text-align: center } .smcap { font-variant: small-caps } .caption { font-weight: bold } /* Images */ .figcenter { margin: auto; text-align: center } /* Transcriber's notes */ .transnote { background-color: #E6E6FA; color: black; font-size: smaller; padding: 0.5em; margin-bottom: 5em; font-family: sans-serif, serif } /*CSS to set font sizes*/ /*font sizes for non-header font changes*/ .xxlargefont { font-size: xx-large } .xlargefont { font-size: x-large } .largefont { font-size: large } .mediumfont { font-size: medium } .smallfont { font-size: small } .boldfont { font-weight: bold } .titlefont { font-size: large } /*CSS to force a page break in ePub*/ div.chapter { page-break-before: always } /*CSS markup for handhelds -- put at end of CSS*/ @media all { /* was @media handheld */ img { max-width: 100%; height: auto } /*Limit width to display*/ h2.no-break { page-break-before: avoid; padding-top: 0 } } /*End CSS for handhelds*/ hr.pg { width: 100%; margin-top: 3em; margin-bottom: 0; margin-left: auto; margin-right: auto; border-width: 4px 0 0 0; /* remove all borders except the top one */ border-style: solid; border-color: #000; clear: both } /**/