@charset "UTF-8"; /* blitz — CSS framework for reflowable eBooks Version 0.95 by Jiminy Panoz Codename: Blonde Rock & Roll License: MIT (https://opensource.org/licenses/MIT) */ /* NAMESPACES */ @namespace h "http://www.w3.org/1999/xhtml/"; @namespace epub "http://www.idpg.org/2007/ops"; /* if you need to style epub:type */ @namespace m "http://www.w3.org/1998/Math/MathML/"; /* if you need to style MathML */ @namespace svg "http://www.w3.org/2000/svg"; /* if you need to style SVG */ html { /* Don't use it for styling, used as selector which can take a punch if anything goes wrong above */ } /* Begin CSS */ /* Reset */ /* So here's the trick, we must reset to manage a number of problems once and for all: - HTML5 backwards compatibility (EPUB 3 file in EPUB 2 app); - user settings (e.g. line-height on Kobo and Kindle); - CSS bloat (DRY); - KFX for which a reset using `border: 0` seems to disable support; - etc. It all started as a normalize and became a reset given the magnitude of the task. */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding:0; /* RS may apply vertical padding to el such as p */ border: 0; /* Font size in pixel disable the user setting in legacy RMSDK */ line-height: inherit; /* Kindle ignores it, Kobo needs it. If you don’t use inherit, the user setting may be disabled on some Kobo devices */ vertical-align: baseline; -webkit-hyphens:none; epub-hyphens:none; -moz-hyphens:none; hyphens:none; adobe-hyphenate:none !important; } /* This is absolutely necessary for backwards compatibility */ article, aside, details, figure, figcaption, footer, header, hgroup, main, nav, section { display: block; } /* page margins for nook and kobo */ @page { margin: 1.2em; } body { text-align: left; margin:0 auto; /* RS will override margins anyways */ padding: 0; widows: 2; /* iBooks and Kobo support widows and orphans */ orphans: 2; } @font-face { font-family: "Gotham"; src: url(../fonts/Gotham-Medium.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "Gotham"; src: url(../fonts/Gotham-MediumItalic.ttf); font-style: italic; font-weight: bold; } @font-face { font-family: "PTSans"; src: url(../fonts/PTSans-Regular.ttf); font-style: normal; font-weight: normal; } @font-face { font-family: "PTSans"; src: url(../fonts/PTSans-Italic.ttf); font-style: italic; font-weight: normal; } @font-face { font-family: "PTSans"; src: url(../fonts/PTSans-Bold.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "PTSans"; src: url(../fonts/PTSans-BoldItalic.ttf); font-style: italic; font-weight: bold; } @font-face { font-family: "RotisSansSerif"; src: url(../fonts/RotisSansSerif.ttf); font-style: normal; font-weight: normal; } @font-face { font-family: "RotisSansSerif"; src: url(../fonts/RotisSansSerif-Italic.ttf); font-style: italic; font-weight: normal; } @font-face { font-family: "RotisSansSerif"; src: url(../fonts/RotisSansSerif-Bold.ttf); font-style: normal; font-weight: bold; } h1,h2,h3,h4,h5,h6 { page-break-after:avoid; -epub-hyphens: none !important; adobe-hyphenate: none !important; hyphens: none !important; page-break-after: avoid !important; } .h1 { font-weight: normal; font-size: 220%; line-height: 1em; margin-top: 3em; margin-bottom: 0.3em; text-align: center; } .h2a { font-weight: normal; font-size: 200%; line-height: 0.9em; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .h2b { font-weight: normal; font-size: 160%; line-height: 1em; margin-top: 0.1em; margin-bottom: 1em; text-align: left; } .h3 { page-break-before: always; font-weight: normal; font-size: 115%; line-height: 1em; margin-top: 1em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } .h3i { font-weight: normal; font-size: 110%; line-height: 1em; margin-top: 1em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } .h3s { page-break-before: always; font-weight: normal; font-size: 110%; line-height: 1.4em; margin-top: 1em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } .h3t { font-weight: normal; font-size: 110%; line-height: 1.2em; margin-top: 1em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .h3a { page-break-before: always; font-weight: normal; font-size: 140%; line-height: 1em; margin-top: 0.7em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; padding-bottom: 0.4em; border-bottom: solid 0.1em #ebdf7a; } .h3b { page-break-before: always; font-family: "PTSans", sans-serif; font-size: 110%; line-height: 1em; margin-top: 1.5em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } .h4 { font-family: "Gotham", sans-serif; font-size: 95%; color: #58585a; line-height: 1.2em; margin-top: 1em; margin-bottom: 0.3em; text-indent: 0em; text-align: left; } .h4a { font-family: "Gotham", sans-serif; font-size: 95%; color: #58585a; line-height: 1.2em; margin-top: 0.1em; margin-bottom: 0.3em; text-indent: 0em; text-align: left; } .h5 { font-size: 100%; line-height: 1em; margin-top: 1.5em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .h5a { font-size: 100%; line-height: 1em; margin-top: 0.1em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .author { font-family: "Gotham", sans-serif; font-size: 105%; margin-top: 3.5em; margin-bottom: 0.1em; text-align: center; } .pub { margin-top: 8em; margin-bottom: 0.3em; text-align: center; } .subtitle { font-family: "Gotham", sans-serif; font-size: 100%; margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .subt { font-family: "Gotham", sans-serif; font-size: 80%; margin-top: 0.7em; margin-bottom: 2em; text-indent: 0em; text-align: left; } .indent { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 1em; text-align: left; } .indentb { margin-top: 0.1em; margin-bottom: 1em; text-indent: 1em; text-align: left; } .indentt { margin-top: 1em; margin-bottom: 0.1em; text-indent: 1em; text-align: left; } .noindent { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .noindentb { margin-top: 0.1em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .noindent1 { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .noindent1b { margin-top: 0.1em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .indent1 { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 1em; text-align: left; } .noindentt { margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .dropcap { font-weight: normal; float: left; font-size: 280%; margin-top: 0.05em; margin-bottom: 0em; line-height: 0.9em; margin-right: 0.075em; } .toc { font-size: 75%; margin-top: 1em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .toc1 { font-family: "Gotham", sans-serif; font-size: 75%; margin-top: 0.1em; margin-bottom: 0.3em; text-indent: 0em; text-align: left; } .toc1t { line-height: 1em; font-family: "Gotham", sans-serif; font-size: 75%; margin-top: 1em; margin-bottom: 0.3em; text-indent: 0em; text-align: left; } .caption { font-family: "RotisSansSerif", sans-serif; font-size: 90%; line-height: 1.15em; margin-top: 0.2em; margin-bottom: 1.5em; text-indent: 0em; text-align: left; color: #555555; } .captioni { font-family: "RotisSansSerif", sans-serif; font-size: 90%; line-height: 1.15em; margin-top: 0.2em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; color: #555555; } .blist { margin-top: 0.6em; margin-bottom: 0.1em; margin-left: 0.6em; text-indent: -0.6em; text-align: left; } .blist1 { margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 1.6em; text-indent: -0.6em; text-align: left; } .blist1a { margin-top: 0.6em; margin-bottom: 0.1em; margin-left: 1.6em; text-indent: -0.6em; text-align: left; } .blist2 { margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 2em; text-indent: -0.6em; text-align: left; } .blist2b { margin-top: 0.1em; margin-bottom: 1em; margin-left: 2em; text-indent: -0.6em; text-align: left; } .nlist { margin-top: 0.1em; margin-bottom: 0.2em; margin-left: 2em; text-indent: -1em; text-align: left; } .sidebar1 { page-break-inside: avoid; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; margin-left: 1.5em; margin-right: 1.5em; background-color: #E7E0F0; border: double #9d81bb 0.4em; padding: 0.7em; text-align: left; } .sidebar2 { page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; margin-left: 1.5em; margin-right: 1.5em; padding: 0.7em; background-color: #EBDF79; border: solid #FFFFFF 0.1em; text-align: left; } .sidebar3 { page-break-inside: avoid; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; margin-left: 1.5em; margin-right: 1.5em; background-color: #FDF0ED; border: double #fac7bf 0.45em; padding: 0.7em; text-align: left; } .sidebar5 { page-break-inside: avoid; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; margin-left: 1.5em; margin-right: 1.5em; background-color: #EBCAB3; border: double #c15c20 0.45em; padding: 0.7em; text-align: left; } .sidebar6 { page-break-inside: avoid; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; margin-left: 1.5em; margin-right: 1.5em; background-color: #E9F5ED; border: double #cce7d4 0.45em; padding: 0.7em; text-align: left; } .sidebox { page-break-before: always; font-size: 80%; margin-top: 0.7em; margin-bottom: 1em; margin-left: 1em; margin-right: 1em; border: solid #f3ecad 0.2em; padding: 0.1em 0.5em; text-align: left; } .sidebox1 { page-break-inside:avoid; font-size: 80%; margin-top: 1.5em; margin-bottom: 1em; margin-left: 1em; margin-right: 1em; border: solid #f3ecad 0.2em; padding: 0.1em 0.5em; text-align: left; } .stitle { font-size: 120%; margin-top: 0.2em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } .spara { font-family: "PTSans", sans-serif; font-weight: bold; color: #58585a; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .spara1 { font-family: "PTSans", sans-serif; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .spara1t { font-family: "PTSans", sans-serif; margin-top: 0.5em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .sparai { font-family: "PTSans", sans-serif; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 1em; text-align: left; } .bpara { font-family: "PTSans", sans-serif; margin-top: 0.1em; margin-bottom: 0.5em; line-height: 1.2em; margin-left: 1em; margin-right: 1em; text-align: center; } .ahead { font-size: 115%; line-height: 1em; margin-top: 0.5em; margin-bottom: 0.5em; margin-left: 1em; margin-right: 1em; text-align: center; } .bhead { font-size: 115%; line-height: 1em; margin-top: 1em; margin-bottom: 0.5em; margin-left: 1em; margin-right: 1em; text-align: center; } .step { page-break-before:always; font-size: 110%; margin-top: 1em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; border-left: solid 0.3em #ebdf7a; padding-left: 0.3em; } .step1 { font-size: 110%; margin-top: 1em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; border-left: solid 0.3em #ebdf7a; padding-left: 0.3em; } .nlista { page-break-before:always; font-family: "PTSans", sans-serif; font-size: 95%; font-weight: bold; margin-top: 1em; margin-bottom: 0.5em; margin-left: 2em; text-indent: -2em; text-align: left; } .nlistb { page-break-before:always; font-family: "PTSans", sans-serif; font-size: 95%; font-weight: bold; margin-top: 1em; margin-bottom: 0.5em; margin-left: 2.4em; text-indent: -2.4em; text-align: left; } .copy { font-size: 90%; margin-top: 0em; margin-bottom: 0.2em; text-indent: 0em; text-align: left; } .copy1 { font-size: 90%; margin-top: 1em; margin-bottom: 0.2em; text-indent: 0em; text-align: left; } .copy2 { font-size: 90%; margin-top: 0em; margin-bottom: 0.2em; margin-left: 1em; text-indent: -1em; text-align: left; } .ded { margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .image { margin-top: 0em; margin-bottom: 0.2em; text-align: center; } .indexmain1 { font-size: 110%; color: #818285; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .indexmain { margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 1.5em; text-indent: -1.5em; text-align: left; } .indexsub { margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 2.5em; text-indent: -1.5em; text-align: left; } .table { font-family: "PTSans", sans-serif; font-size: 85%; margin-top: 0em; margin-bottom: 0.4em; text-indent: 0em; text-align: left; } .table1 { font-size: 85%; margin-top: 0em; margin-bottom: 0.4em; text-indent: 0em; text-align: left; } table { font-family: "PTSans", sans-serif; margin-top : 0.5em; margin-bottom : 0.5em; border-collapse:collapse; width: 100%; } tr.bor td { border-bottom: solid #939598 0.1em; } tr.bor1 td { border-bottom: solid #939598 0.1em; background-color: #e3f2e7; } .num { font-size: 80%; vertical-align: .5ex; } .den { font-size: 80%; } .f1 { font-size: 75%; } .f2 { font-family: "sans-serif", sans-serif; } .f3 { font-family: serif; font-size: 115%; background-color: #000000; color: #FFFFFF; padding: 0.05em 0.4em 0.05em 0.4em; } .f4 { font-size: 45%; } .c1 { font-family: "Gotham", sans-serif; font-weight: bold; color: #818285; } .c2 { font-weight: bold; color: #818285; } .c4 { font-family: "Gotham", sans-serif; font-size: 70%; background-color: #000000; padding: 0.15em 0.4em 0.15em 0.2em; color: #ffffff; } aside { display: block; } .hidden { display: none; visibility: hidden; } .group { page-break-inside: avoid; } ol { list-style-type:none; margin: 0em; } a { text-decoration: none; } /* For Cover Images */ .imagefp { height: 98%; margin: 0em; text-align: center; } .imagefp:only-of-type { height: 98vh; margin: 0em; text-align: center; } .imagefc { width: 100%; } /* For Inline Images */ .in3 { width: 3%; vertical-align: top; } .in15 { width: 12%; } .in10 { width: 9%; } .in30 { width: 20%; } .in40 { width: 30%; } .in60 { width: 100%; } /* For float Images*/ .ft50 { width: 50%; float: right; padding-left: 0.5em; margin: 0em; } .ft50 img { width: 100%; } /* For Landscape Images (width or without caption) */ .land100 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land100 img { width: 100%; } .land90 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land90 img { width: 95%; } .land85 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land85 img { width: 85%; } .land75 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land75 img { width: 75%; } /* Portrait Images - width or without Caption */ .portvh80 { margin: 1em 0 0 0; text-align: center; height: 80%; } .vh80 { height: 100%; } .vh80:only-of-type { height: 80vh; } .portvh90 { margin: 1em 0 0 0; text-align: center; height: 90%; } .vh90 { height: 100%; } .vh90:only-of-type { height: 90vh; } .portvh98 { margin: 0em; text-align: center; height: 98%; } .vh98 { height: 100%; } .vh98:only-of-type { height: 98vh; } .portvh60 { margin: 1em 0 0 0; text-align: center; height: 60%; } .vh60 { height: 100%; } .vh60:only-of-type { height: 60vh; }