/**/ body { margin-left: 10%; margin-right: 10% } h1, h2, h3 { text-align: center; /* all headings centered */ clear: both } p { margin-top: 0.51em; text-align: justify; margin-bottom: 0.49em } .p-1 { margin-top: -0.25em } .p1 { margin-top: 1em } .p2 { margin-top: 2em } .p3 { margin-top: 3em } /*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 */ .blockquot { margin-left: 5%; margin-right: 10% } .boxit { max-width: 38em; padding: 1em; border: 0 solid black; margin: 0 auto } .boxcontents { max-width: 20em; 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 } .aheader { text-align: center; margin-top: 1em; font-size: large; font-weight: bold } /*Indent-padding*/ .ir1 { text-align: right; padding-right: 1em } .ir2 { text-align: right; padding-right: 2em } .displayinline { display: inline-block; line-height: 1 } .center { text-align: center } .smcap { font-variant: small-caps } .u { text-decoration: underline } .caption { font-weight: bold } /* Images */ img { max-width: 100%; height: auto } .figcenter { margin: auto; text-align: center; max-width: 90% } /* Footnotes */ .footnotes { border: dashed 0.05em } .footnote { margin-left: 10%; margin-right: 10%; font-size: 0.9em } .footnote .label { text-align: right } .fnanchor { vertical-align: top; font-size: 0.66em; text-decoration: none } /* Poetry */ .poetry-container { text-align: center } .poetry { display: inline-block; text-align: left } .poetry .stanza { margin: 1em auto } .poetry .indent0 { text-indent: -3em; padding-left: 3em } .poetry .indentquote0 { text-indent: -3.5em; padding-left: 3em } /* End poetry*/ /* 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 } .smallfont { font-size: small } .boldfont { font-weight: bold } .cheaderfont { font-size: medium } /*CSS to force a page break in ePub*/ div.chapter { page-break-before: always } .nobreak { page-break-before: avoid; padding-top: 0 } /*Half-title page CSS*/ #half-title { text-align: center; font-size: x-large } @media screen { #half-title { margin: 6em 0 } } @media all { /* was @media handheld */ #half-title { page-break-before: always; page-break-after: always; margin: 0; padding-top: 6em } } /*End half-title page CSS*/ /*CSS markup for handhelds -- put at end of CSS*/ @media all { /* was @media handheld */ .poetry { display: block; margin-left: 1.5em } } /*End CSS for handhelds*/ /**/