/**/ body { margin-left: 10%; margin-right: 10% } h1, h2 { text-align: center; /* all headings centered */ clear: both } p { margin-top: 0.51em; text-align: justify; margin-bottom: 0.49em } .p1 { margin-top: 1em } .p2 { margin-top: 2em } /*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% } /*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: 41em; padding: 0.5em; border: 0.1em solid black; margin: 0 auto } .boxvol { max-width: 42em; padding: 0; border-top: 0.05em solid black; border-bottom: 0.05em solid black; margin: 0 auto } .boxitems { max-width: 32em; padding: 1em; border: 0 solid black; margin: 0 auto } .boxcontents { max-width: 18em; padding: 1em; border: 0 solid black; margin: 0 auto } .pcontents { text-align: left; text-indent: -2em; padding-left: 2em; margin-top: 0.1em; margin-bottom: 0.1em } /* Numbered list with hanging indent, for 1, 2, and 3 digit numbers */ .numberitem1 { text-align: left; vertical-align: top; margin-left: 1em; text-indent: -0.8em; padding-left: 0.8em } .numberitem2 { text-align: left; vertical-align: top; margin-left: 0.5em; text-indent: -1.3em; padding-left: 1.3em } /*End of numbered indent CSS*/ .center { text-align: center } .smcap { font-variant: small-caps } .caption { font-weight: bold } /* Images */ img { max-width: 100%; height: auto } .figcenter { margin: auto; text-align: center; max-width: 90% } .figleft { clear: left; margin-left: 0; margin-bottom: 1em; margin-top: 1em; margin-right: 1em; padding: 0; text-align: center; max-width: 50% } /* 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 } .cheaderfont { font-size: medium } /*for drop caps*/ p.dropcap { text-indent: 0 } p.dropcap:first-letter { font-size: 2.75em; padding-right: 0.05em; margin-top: 0.1em; margin-bottom: -0.1em; line-height: 0.65em } /*CSS to force a page break in ePub*/ div.chapter { page-break-before: always } .nobreak { page-break-before: avoid; padding-top: 0 } /*CSS markup for handhelds -- put at end of CSS*/ @media all { /* was @media handheld */ /*for drop caps -- gets rid of drop cap on eReaders*/ p.dropcap:first-letter { font-size: 1em; padding-right: 0; margin-top: 0; margin-bottom: 0; line-height: 1em } } /*End CSS for handhelds*/ /**/