/**/ 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 } /*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*/ /*Index list items*/ ul.index { list-style-type: none } li.ifrst { margin-top: 1em } li.indx { margin-top: 0.5em } table { margin-left: auto; margin-right: auto } /*Table of Contents format*/ table.toc { max-width: 30em } td.toctitle { text-align: left; vertical-align: top; text-indent: -1.3em; padding-left: 1.3em } td.tocpage { text-align: right; font-weight: normal; padding-left: 1em; font-size: smaller } td.tocchapter { text-align: right; vertical-align: top; padding-right: 1em } .pagenum { /* uncomment the next line for invisible page numbers */ /* visibility: hidden; */ font-size: smaller; text-align: right } /* page numbers */ .center { text-align: center } .smcap { font-variant: small-caps } .u { text-decoration: underline } .catalogborder { border: 0.1em solid; padding: 1em } .caption { font-weight: bold } /*CSS to spread quotes in footnote 21*/ .spreadquotes1 { letter-spacing: 0.5em } .spreadquotes2 { letter-spacing: 0.48em } /*handing indent for front book ad*/ .adhanging { margin-left: 1.8em; text-indent: -1.8em; text-align: left } .adhanging1 { margin-left: 1.5em; text-indent: -1.1em; text-align: left } /* Images */ .figcenter { margin: auto; text-align: center } /* Footnotes */ .footnote { margin-left: 10%; margin-right: 10%; font-size: 0.9em } .footnote .label { text-align: right } .fnanchor { vertical-align: super; font-size: 0.8em; text-decoration: none } /* 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 } /*SCC for header font sizing*/ h2 .headerlargefont { font-size: 1em } h2 .headersmallfont { font-size: 0.75em } /*Right alignment*/ .marginrightspaced { text-align: right; margin-top: 0.5em } /*CSS to force a page break in ePub*/ div.chapter { page-break-before: always } /*Half-title page CSS*/ #half-title { text-align: center; font-size: x-large } /*Half-title page CSS*/ #half-title { text-align: center; font-size: x-large } /* fractions*/ .fnum, .fden { font-size: 0.7em } .fnum { vertical-align: text-top } .fden { vertical-align: text-bottom } .nowrap { white-space: nowrap } /* end fractions */ @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 */ img { max-width: 100%; height: auto } /*Limit width to display*/ h2.no-break { page-break-before: avoid; padding-top: 0 } } /*End CSS for handhelds*/ /**/