@charset "utf-8"; @namespace epub "http://www.idpf.org/2007/ops"; /* All epigraphs */ .epub-type-epigraph{ font-style: italic; hyphens: none; adobe-text-layout: optimizeSpeed; /* For Nook */ adobe-hyphenate: none; -webkit-hyphens: none; -moz-hyphens: none; -epub-hyphens: none; } /* End all epigraphs */ /* Epigraphs in section headers */ section > header .epub-type-epigraph{ display: inline-block; margin-top: auto; margin-right: auto; margin-bottom: auto; margin-left: auto; max-width: 80%; text-align: left; } @supports(display: table){ section > header .epub-type-epigraph{ display: table; } } /* End epigraphs in section headers */ /* Full-page epigraphs */ section.epub-type-epigraph{ text-align: center; } section.epub-type-epigraph > *{ display: inline-block; margin-top: auto; margin-right: auto; margin-bottom: auto; margin-left: auto; margin-top: 3em; max-width: 80%; text-align: left; } @supports(display: flex){ section.epub-type-epigraph{ align-items: center; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; min-height: calc(98vh - 3em); padding-top: 3em; } section.epub-type-epigraph > *{ margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; } } /* End full-page epigraphs */ /* All dedications */ section.epub-type-dedication{ text-align: center; } section.epub-type-dedication > *{ display: inline-block; margin-top: auto; margin-right: auto; margin-bottom: auto; margin-left: auto; margin-top: 3em; max-width: 80%; } @supports(display: flex){ section.epub-type-dedication{ align-items: center; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; min-height: calc(98vh - 3em); padding-top: 3em; } section.epub-type-dedication > *{ margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; } } /* End all dedications */ section.epub-type-dedication > p{ font-variant: small-caps; margin-bottom: 3em; } .epub-type-z3998-poem p, .epub-type-z3998-verse p{ text-align: left; text-indent: 0; } .epub-type-z3998-poem p > span, .epub-type-z3998-verse p > span{ display: block; padding-left: 1em; text-indent: -1em; } .epub-type-z3998-poem p > span + br, .epub-type-z3998-verse p > span + br{ display: none; } .epub-type-z3998-poem p + p{ margin-top: 1em; } p span.i1{ padding-left: 2em; text-indent: -1em; } #foreword p.nth-of-type-8, #foreword p:nth-of-type(8){ margin-top: 1em; margin-right: 1em; margin-bottom: 1em; margin-left: 1em; text-align: center; text-indent: 0; } #chapter-50 p.last-child, #chapter-50 p:last-child{ margin-top: 1em; text-align: center; text-indent: 0; }