@charset "utf-8"; @namespace epub "http://www.idpf.org/2007/ops"; body { font-variant-numeric: oldstyle-nums; hyphens: auto; adobe-hyphenate: auto; -webkit-hyphens: auto; -moz-hyphens: auto; -epub-hyphens: auto; } p { margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; text-indent: 1em; } span.dropcap { font-size: 1.75em; } .font { font-family: "Times New Roman", serif; font-size: 0.91667em; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; } .noindent { text-indent: 0em; } h2,h3,hgroup { font-variant: small-caps; hyphens: none; adobe-text-layout: optimizeSpeed; /* For Nook */ adobe-hyphenate: none; -webkit-hyphens: none; -moz-hyphens: none; -epub-hyphens: none; break-after: avoid; page-break-after: avoid; break-inside: avoid; page-break-inside: avoid; text-align: center; margin-top: 3em; margin-right: 0; margin-bottom: 3em; margin-left: 0; } hgroup > * { font-weight: normal; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; } hgroup > .first-child,hgroup > :first-child { font-weight: bold; } hgroup + p,p:first-child { hanging-punctuation: first last; text-indent: 0; } strong { font-variant: small-caps; font-weight: normal; } i > i { font-style: normal; } .fn_ref { vertical-align: super; font-size: 0.7em; line-height: 100% !important; } .footnote { text-indent: 0em; font-size: 0.7em; } .footnote1 { text-indent: 0em; font-size: 0.7em; page-break-before: always; } /* Invert images in dark mode. RMSDK requires a target media as well as a state. */ @media all and (prefers-color-scheme: dark) { } /* For legacy reading systems */ section { display: block; } /* Epub2 compatibility CSS */ /* Give PNGs a white background for night mode compatibility... */ /* Except our house PNGs, which were rendered from SVGs with a white stroke... */ /* Or if the device supports prefers-color-scheme. We’ll invert the image in core.css. RMSDK requires a target media as well as a state. */ @media all and (prefers-color-scheme) { } /* Vertical align any MathML images we might have */ /* As of 2020-09 hanging punctuation only works on iBooks. However, when it hangs over the page margin, it's not rendered. So here we simply remove it for iBooks, unless it's on an element that already has a margin like
*/