/* Default paragraph formatting */ p { margin: 0.25rem 0rem 0.25rem 0rem; text-indent: 2.40rem; } /* Styles */ .block { margin: 0rem 0rem 1.55rem 0rem; text-indent: 0rem; font-size: 0.92rem; } .book-title { margin: 1.22rem 0rem 0.33rem 0rem; text-indent: 0rem; line-height: 24px; font-size: 1.00rem; font-weight: bold; font-style: italic; color: #2F55FF } .epistle { margin: 1.78rem 0rem 1.78rem 0rem; text-indent: 0rem; text-align: center; font-size: 1.08rem; } .heading-1 { margin: 0.67rem 0rem 2.67rem 0rem; text-indent: 0rem; text-align: center; font-size: 1.50rem; font-weight: bold; } .heading-2 { margin: 4.00rem 0rem 2.22rem 0rem; text-indent: 0rem; text-align: center; font-size: 1.17rem; font-weight: bold; } .heading-3 { margin: 4.00rem 0rem 2.22rem 0rem; text-indent: 0rem; text-align: center; font-size: 1.17rem; font-weight: bold; } .hyperlinks { font-size: 0.92rem; font-weight: normal; text-decoration: underline; color: #2F55FF } .italics { font-size: 0.92rem; font-weight: normal; font-style: italic; } .normal { margin: 0.33rem 0rem 0.33rem 0rem; text-indent: 3.20rem; line-height: 1.5em; font-size: 0.92rem; } .separator { margin: 1.78rem 0rem 1.78rem 0rem; text-indent: 0rem; text-align: center; font-size: 0.92rem; font-weight: normal; } /* Direct formatting styles */ .ps1 { text-indent: 0rem; } /* Direct formatting styles */ .ps1 {font-family: 'Lora'; font-size: 1.00rem; margin-bottom: 0.19rem; margin-left: 0rem; margin-top: 0.19rem; text-indent: 1.80rem} .ps2 {margin-bottom: 0.83rem; margin-left: 0rem; text-align: center; text-indent: 0rem} .ps3 {font-family: 'Cambria'; font-size: 1.45rem; font-variant: small-caps; margin-bottom: 0.83rem; margin-left: 0rem; text-align: center; text-indent: 0rem} .ps4 {margin-bottom: 1.33rem; margin-left: 0rem; text-align: center; text-indent: 0rem} .ps5 {font-family: 'Cambria'; font-size: 1.45rem; margin-bottom: 0.83rem; margin-left: 0rem; text-align: center; text-indent: 0rem; text-transform: uppercase} .ps6 {font-family: 'Lora'; font-size: 1.00rem; line-height: 1.5em; margin-bottom: 0.25rem; margin-left: 0rem; margin-top: 0.25rem; text-align: center; text-indent: 0rem} .ps7 {font-family: 'Lora'; font-size: 1.00rem; line-height: 1.5em; margin-bottom: 0.25rem; margin-left: 0rem; margin-top: 0.25rem; text-indent: 2.40rem} .ps8 {font-family: 'Lora'; font-size: 1.00rem; margin-bottom: 0.83rem; margin-left: 0rem; text-align: center; text-indent: 0rem} .ps9 {margin-bottom: 0.19rem; margin-left: 0rem; margin-top: 0.19rem; text-align: center; text-indent: 1.80rem} .ps10 {font-family: 'Lora'; font-size: 1.00rem; font-style: italic; font-weight: bold; margin-bottom: 0.19rem; margin-left: 0rem; margin-top: 0.19rem; text-indent: 1.80rem} /* Footnotes */ a.fn-marker { font-size: 0.65em; vertical-align: super; line-height: 1em; text-decoration: none; } a.fn-label { text-decoration: none; } /* Separators */ .separator { } /* Page Padding */ .part-number-page-padding { margin: 0rem 0rem 0rem 0rem; font-size: 1rem; line-height: 6rem; } .part-title-page-padding { margin: 0rem 0rem 0rem 0rem; font-size: 1rem; line-height: 6rem; } .chapter-heading-page-padding { margin: 0rem 0rem 0rem 0rem; font-size: 1rem; line-height: 6rem; } .chapter-title-page-padding { margin: 0rem 0rem 0rem 0rem; font-size: 1rem; line-height: 6rem; } .heading-page-padding { margin: 0rem 0rem 0rem 0rem; font-size: 1rem; line-height: 6rem; } .chapter-page-padding { margin: 0rem 0rem 0rem 0rem; font-size: 1rem; line-height: 6rem; } .titled-chapter-page-padding { margin: 0rem 0rem 0rem 0rem; font-size: 1rem; line-height: 7rem; } .titled-chapter-page-padding { margin: 0rem 0rem 0rem 0rem; font-size: 1rem; line-height: 6rem; } .titled-section-page-padding { margin: 0rem 0rem 0rem 0rem; font-size: 1rem; line-height: 7rem; } .titled-section-page-padding { margin: 0rem 0rem 0rem 0rem; font-size: 1rem; line-height: 6rem; } .front-matter-page-padding { margin: 0rem 0rem 0rem 0rem; font-size: 1rem; line-height: 2rem; } /* Tables */ /* Reset all potential built-in rendering assumptions so we have full control. */ table, table * { border: none; padding: 0em 0em 0em 0em; margin: 0em 0em 0em 0em; } table { /* Will centre tables on iBooks and others, but annoying, not ADE-based devices, which ignore auto margins. */ margin: 1em auto 1em auto; border-spacing: 0em; border: solid #000; border-width: 0pt 0pt 1pt 1pt; } table caption { margin-top: 0.25em; caption-side: bottom; text-align: center; } /* Insert a little padding within cells, mainly horizontal, to keep tables from being cramped to the content width of each cell. */ th, td { padding: 0.25em 0.35em; border: solid #000; border-width: 1pt 1pt 0pt 0pt; } /* Avoid text indents in paragraphs inside cells. */ td p { margin: 0rem 0rem 0rem 0rem; text-indent: 0rem; } /* Images */ img { display: block; margin: 1rem auto 1rem auto; } img + figcaption { margin-top: -0.75rem; } /* Numbered lists */ /* 1. a. i. ... */ /* Level Two */ ol ol { list-style-type: lower-alpha; } /* Level Three */ ol ol ol { list-style-type: lower-roman; } /* Level Four */ ol ol ol ol { list-style-type: decimal; } /* Level Five */ ol ol ol ol ol { list-style-type: lower-alpha; } /* Level Six */ ol ol ol ol ol ol { list-style-type: lower-roman; } /* Level Seven */ ol ol ol ol ol ol ol { list-style-type: decimal; } /* Bullets */ /* Bullets, and then it's Dashes all the way down. */ ul ul { list-style: none; display: block; text-indent: -0.6em; } ul ul li:before { content: '\2043\00A0'; /*unicode for ⁃ hyphen bullet +  */ } /* Small-caps */ .small-caps { font-variant: small-caps; } /* Table of contents navigation */ nav#toc ol { list-style: none; line-height: 1.5em; margin-top: 0.5rem; margin-bottom: 0.5rem; } nav#toc ol li:before { content: none; } /* Amend title to have lines above and below. */ .bordered-title { margin-left: 10%; margin-right: 10%; border-top: 1px solid black; padding-top: 12px; border-bottom: 1px solid black; padding-bottom: 12px; } /* When a subtitle appears below a title, move it down a little so that it's not too close to the border. */ .bordered-title + .subtitle { padding-top: 16px; } /* Override block quotes to indent at either side. */ blockquote { margin-left: 2rem; margin-right: 2rem; } .attribution { margin-left: 2rem; margin-right: 2rem; } /* Move the quote attribution up a little when below a quote because otherwise the quote's bottom margin will leave a big gap between quote and attribution. */ blockquote + .attribution { margin-top: -0.5rem; } /* Keep figures and captions together if possible. Also ensure images are centered. */ figure { page-break-inside: avoid; text-align: center; } /* Section Layout Text Styles */ .titled-section { margin: 0rem 0rem 0rem 0rem; text-indent: 0rem; font-size: 0.92rem; font-weight: normal; } .part-title { margin: 0rem 0rem 0rem 0rem; text-indent: 0rem; font-size: 0.92rem; font-weight: normal; } .front-matter { margin: 0rem 0rem 0rem 0rem; text-indent: 0rem; font-size: 0.92rem; font-weight: normal; } .titled-chapter { margin: 0rem 0rem 0rem 0rem; text-indent: 0rem; font-size: 0.92rem; font-weight: normal; }