@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 { font-size: 100%; text-align: left; margin:0 auto; /* RS will override margins anyways */ padding: 0; widows: 2; /* iBooks and Kobo support widows and orphans */ orphans: 2; } 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; } /* Font List */ @font-face { font-family: "DejaVuMonoSans"; src: url(../fonts/DejaVuMonoSans.ttf); } @font-face { font-family: "Helvetica-Condensed"; src: url(../fonts/Helvetica-Condensed-Bold.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "Helvetica-Condensed"; src: url(../fonts/Helvetica-Condensed-BoldObl.ttf); font-style: italic; font-weight: bold; } @font-face { font-family: "TradeGothicLTStd-BdCn20"; src: url(../fonts/TradeGothicLTStd-BdCn20.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "TradeGothicLTStd-BdCn20"; src: url(../fonts/TradeGothicLTStd-BdCn20Obl.ttf); font-style: italic; font-weight: bold; } @font-face { font-family: "SourceSansPro"; src: url(../fonts/SourceSansPro-Bold.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "SourceSansPro"; src: url(../fonts/SourceSansPro-BoldIt.ttf); font-style: italic; font-weight: bold; } @font-face { font-family: "SourceSansPro-Semi"; src: url(../fonts/SourceSansPro-Semibold.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "SourceSansPro-Semi"; src: url(../fonts/SourceSansPro-SemiboldIt.ttf); font-style: italic; font-weight: bold; } @font-face { font-family: "SourceSansPro"; src: url(../fonts/SourceSansPro-Regular.ttf); font-style: normal; font-weight: normal; } @font-face { font-family: "SourceSansPro"; src: url(../fonts/SourceSansPro-It.ttf); font-style: italic; font-weight: normal; } @font-face { font-family: "SourceSansPro-Semi"; src: url(../fonts/SourceSansPro-Semibold.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "SourceSansPro-Semi"; src: url(../fonts/SourceSansPro-SemiboldIt.ttf); font-style: italic; font-weight: bold; } .h1 { font-family: "Helvetica-Condensed", sans-serif; font-size: 220%; line-height: 1em; margin-top: 0.5em; margin-bottom: 0.5em; text-align: center; } .subtitle { font-family: "TradeGothicLTStd-BdCn20", sans-serif; font-size: 105%; font-weight: bold; margin-top: 0.1em; margin-bottom: 2em; margin-left: 2em; margin-right: 2em; text-align: center; } .author { font-family: "SourceSansPro", sans-serif; font-size: 90%; font-weight: normal; margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .pub { margin-top: 2em; margin-bottom: 0em; text-align: center; } .h2 { font-family: "SourceSansPro", sans-serif; font-weight: bold; font-size: 180%; letter-spacing: 0.05em; line-height: 1em; margin-top: 0.1em; margin-bottom: 1em; text-indent: 0em; border-bottom: solid 0.2em #6460ab; padding-bottom: 0.3em; } .h2n { page-break-before: always; font-family: "SourceSansPro", sans-serif; font-weight: bold; font-size: 160%; letter-spacing: 0.05em; line-height: 1em; margin-top: 1em; margin-bottom: 1em; text-indent: 0em; border-bottom: solid 0.2em #6460ab; padding-bottom: 0.3em; } .h2a { font-family: "SourceSansPro-Semi", sans-serif; font-weight: bold; font-size: 190%; letter-spacing: 0.04em; line-height: 1em; margin-top: 0.5em; margin-bottom: 0.8em; text-indent: 0em; border-bottom: solid #555555 0.1em; padding-bottom: 0.3em; } .h2i { font-family: "SourceSansPro-Semi", sans-serif; font-weight: bold; font-size: 170%; line-height: 1em; margin-top: 0.1em; margin-bottom: 0.7em; text-indent: 0em; text-align: left; border-bottom: solid 0.2em #0089d0; padding-bottom: 0.2em; } .h2-bm { font-family: "SourceSansPro-Semi", sans-serif; page-break-before: always; font-size: 180%; line-height: 1em; margin-top: 1.2em; margin-bottom: 0.8em; text-indent: 0em; } .h3 { font-family: "TradeGothicLTStd-BdCn20", sans-serif; font-weight: bold; font-size: 125%; line-height: 1em; margin-top: 1em; margin-bottom: 0.3em; text-indent: 0em; } .h4 { font-family: "SourceSansPro", sans-serif; font-weight: normal; font-size: 100%; line-height: 1em; margin-top: 1em; margin-bottom: 0.2em; text-indent: 0em; text-align: left; } .h4a { font-family: "SourceSansPro", sans-serif; font-weight: normal; font-size: 100%; line-height: 1em; margin-top: 0.4em; margin-bottom: 0.2em; text-indent: 0em; text-align: left; } .chead { page-break-before: always; font-family: "SourceSansPro", sans-serif; font-size: 95%; margin-top: 1.5em; margin-bottom: 0.5em; text-indent: 0em; } .intro1 { font-family: "SourceSansPro", sans-serif; font-weight: normal; font-size: 100%; line-height: 1.2em; margin-top: 0.5em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .intro { font-family: "SourceSansPro-Semi", sans-serif; font-weight: bold; font-size: 100%; line-height: 1.2em; margin-top: 0.5em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .introa { font-family: "SourceSansPro-Semi", sans-serif; font-weight: bold; font-size: 100%; line-height: 1.25em; margin-top: 0.5em; margin-bottom: 0.2em; text-indent: 0em; text-align: left; } .intro-bull { font-family: "SourceSansPro-Semi", sans-serif; font-size: 100%; line-height: 1.25em; margin-top: 0.2em; margin-bottom: 0em; margin-left: 0.7em; text-indent: -0.7em; text-align: left; } .noindent { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .right { margin-top: 1em; margin-bottom: 0.1em; text-align:right; } .noindentb { margin-top: 0.1em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .noindentt { margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .indent { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 1.2em; text-align: left; } .item { font-family: "SourceSansPro-Semi", sans-serif; font-size: 90%; font-weight: bold; line-height: 1em; margin-top: 0.5em; margin-bottom: 0.5em; margin-left: 1em; text-indent: -1em; text-align: left; } .sitem { font-family: "SourceSansPro-Semi", sans-serif; font-size: 95%; font-weight: bold; line-height: 1em; margin-top: 0.5em; margin-bottom: 0.5em; margin-left: 1em; text-indent: -1em; text-align: left; } .pretx { font-family: "SourceSansPro-Semi", sans-serif; font-size: 90%; margin-top: 1em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .ihead { font-family: "SourceSansPro", sans-serif; font-size: 85%; margin-top: 0.5em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } .iheadb { font-family: "SourceSansPro", sans-serif; font-size: 90%; margin-top: 0.5em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .blist { margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 0.65em; text-indent: -0.65em; text-align: left; } .toc { font-family: "SourceSansPro", sans-serif; font-size: 90%; margin-top: 0.3em; margin-bottom: 0.3em; margin-left: 4%; text-indent: -4%; text-align: left; } .spara { font-family: "SourceSansPro", sans-serif; font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .toc1 { font-family: "SourceSansPro", sans-serif; font-size: 100%; margin-top: 0.4em; margin-bottom: 0.1em; margin-left: 4%; text-indent: -4%; text-align: left; } .toc1a { font-family: "SourceSansPro", sans-serif; font-size: 100%; margin-top: 1em; margin-bottom: 0.1em; margin-left: 4%; text-indent: -4%; text-align: left; } .toc1b { font-family: "SourceSansPro", sans-serif; font-size: 100%; margin-top: 0.4em; margin-bottom: 1em; margin-left: 4%; text-indent: -4%; text-align: left; } .h2g { page-break-before: always; font-family: "SourceSansPro", sans-serif; font-weight: bold; font-size: 160%; letter-spacing: 0.05em; line-height: 1em; margin-top: 1em; margin-bottom: 1em; text-indent: 0em; border-bottom: solid 0.2em #7d773f; padding-bottom: 0.3em; } .h2b { page-break-before: always; font-family: "SourceSansPro", sans-serif; font-weight: bold; font-size: 160%; line-height: 1em; margin-top: 1em; margin-bottom: 1em; text-indent: 0em; border-bottom: solid 0.2em #0089d0; padding-bottom: 0.3em; } .step { margin-top: 1em; margin-bottom: 1em; margin-left: 0.8em; text-indent: -0.75em; text-align: left; } .method { margin-top: 1em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .slist { font-family: "SourceSansPro", sans-serif; font-size: 90%; margin-top: 0.2em; margin-bottom: 0.2em; margin-left: 0.8em; text-indent: -0.7em; text-align: left; } .pretxt { font-family: "SourceSansPro-Semi", sans-serif; font-size: 90%; margin-top: 3em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .h3i { font-family: "SourceSansPro", sans-serif; font-weight: bold; font-size: 130%; line-height: 1em; margin-top: 0.7em; margin-bottom: 0.5em; text-indent: 0em; } .sidebarv { page-break-inside: avoid; font-size: 90%; margin-top: 1em; margin-bottom: 1em; padding: 0.75em; text-indent: 0em; text-align: left; background-color: #e6d6e8; border: solid #e6d6e8 0.1em; } .sidebarsb { page-break-inside: avoid; font-size: 90%; margin-top: 1em; margin-bottom: 1em; padding: 0.75em; text-indent: 0em; text-align: left; background-color: #CCE6E7; border: solid #CCE6E7 0.1em; } .sidebarlg { page-break-inside: avoid; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; text-indent: 0em; text-align: left; background-color: #E8F2D5; border: solid #E8F2D5 0.1em; } .sidebarg { page-break-inside: avoid; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; text-indent: 0em; text-align: left; background-color: #E0EEDB; border: solid #E0EEDB 0.1em; } .sidebardg { page-break-inside: avoid; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; text-indent: 0em; text-align: left; background-color: #E5E4D6; border: solid #E5E4D6 0.1em; } .sidebarb { page-break-inside: avoid; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; text-indent: 0em; text-align: left; background-color: #D5E6F7; border: solid #D5E6F7 0.1em; } .sidebarb1 { page-break-inside: avoid; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; text-indent: 0em; text-align: left; background-color: #D5E6F7; border: solid #D5E6F7 0.1em; } .stitle { font-family: "SourceSansPro", sans-serif; font-size: 120%; margin-top: 0.5em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; font-weight: bold; border-bottom: solid #ffffff 0.1em; padding-bottom: 0.3em; } .stitlea { font-family: "SourceSansPro", sans-serif; font-size: 120%; margin-top: 0.5em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; font-weight: bold; } .itemh { font-family: "SourceSansPro-Semi", sans-serif; font-size: 100%; font-weight: bold; line-height: 1em; margin-top: 1.2em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } .sblist { font-family: "SourceSansPro-Semi", sans-serif; font-size: 95%; font-weight: bold; line-height: 1em; margin-top: 0.5em; margin-bottom: 0.5em; margin-left: 0.6em; text-indent: -0.6em; text-align: left; } .chap-toc { font-family: "SourceSansPro", sans-serif; font-size: 90%; margin-top: 0.3em; margin-bottom: 0.3em; text-indent: 0em; text-align: left; } .h3r-lg { font-family: "SourceSansPro-Semi", sans-serif; page-break-before: always; font-weight: bold; font-size: 150%; line-height: 1em; letter-spacing: 0.03em; margin-top: 1em; margin-bottom: 0.7em; text-indent: 0em; text-align: left; border-bottom: solid 0.2em #99ca3c; padding-bottom: 0.2em; } .h3r-g { font-family: "SourceSansPro-Semi", sans-serif; page-break-before: always; font-weight: bold; font-size: 150%; line-height: 1em; letter-spacing: 0.03em; margin-top: 1em; margin-bottom: 0.7em; text-indent: 0em; text-align: left; border-bottom: solid 0.2em #339933; padding-bottom: 0.2em; } .h3r-dg { font-family: "SourceSansPro-Semi", sans-serif; page-break-before: always; font-weight: bold; font-size: 150%; line-height: 1em; letter-spacing: 0.03em; margin-top: 1em; margin-bottom: 0.7em; text-indent: 0em; text-align: left; border-bottom: solid 0.2em #666633; padding-bottom: 0.2em; } .h3r-sb { font-family: "SourceSansPro-Semi", sans-serif; page-break-before: always; font-weight: bold; font-size: 150%; line-height: 1em; letter-spacing: 0.03em; margin-top: 1em; margin-bottom: 0.7em; text-indent: 0em; text-align: left; border-bottom: solid 0.2em #00a09e; padding-bottom: 0.2em; } .h3r-v { font-family: "SourceSansPro-Semi", sans-serif; page-break-before: always; font-weight: bold; font-size: 150%; line-height: 1em; letter-spacing: 0.03em; margin-top: 1em; margin-bottom: 0.7em; text-indent: 0em; text-align: left; border-bottom: solid 0.2em #a154a0; padding-bottom: 0.2em; } .h3r-b { font-family: "SourceSansPro-Semi", sans-serif; page-break-before: always; font-weight: bold; font-size: 150%; line-height: 1em; letter-spacing: 0.03em; margin-top: 1em; margin-bottom: 0.7em; text-indent: 0em; text-align: left; border-bottom: solid 0.2em #0089d0; padding-bottom: 0.2em; } .h3r1-lg { page-break-before: always; font-family: "SourceSansPro-Semi", sans-serif; font-weight: bold; font-size: 150%; line-height: 1em; letter-spacing: 0.03em; margin-top: 1em; margin-bottom: 0.7em; text-indent: 0em; text-align: left; border-bottom: solid 0.2em #99ca3c; padding-bottom: 0.2em; } .h3r1-l { font-family: "SourceSansPro-Semi", sans-serif; font-weight: bold; font-size: 150%; line-height: 1em; letter-spacing: 0.03em; margin-top: 1em; margin-bottom: 0.7em; text-indent: 0em; text-align: left; border-bottom: solid 0.2em #99ca3c; padding-bottom: 0.2em; } .h3r1-ga { font-family: "SourceSansPro-Semi", sans-serif; font-weight: bold; font-size: 150%; line-height: 1em; letter-spacing: 0.03em; margin-top: 1em; margin-bottom: 0.7em; text-indent: 0em; text-align: left; border-bottom: solid 0.2em #339933; padding-bottom: 0.2em; } .h3r1-g { page-break-before: always; font-family: "SourceSansPro-Semi", sans-serif; font-weight: bold; font-size: 150%; line-height: 1em; letter-spacing: 0.03em; margin-top: 1em; margin-bottom: 0.7em; text-indent: 0em; text-align: left; border-bottom: solid 0.2em #339933; padding-bottom: 0.2em; } .h3r1-dg { page-break-before: always; font-family: "SourceSansPro-Semi", sans-serif; font-weight: bold; font-size: 160%; line-height: 1em; letter-spacing: 0.03em; margin-top: 1em; margin-bottom: 0.7em; text-indent: 0em; text-align: left; border-bottom: solid 0.2em #666633; padding-bottom: 0.2em; } .h3r1-d { font-family: "SourceSansPro-Semi", sans-serif; font-weight: bold; font-size: 150%; line-height: 1em; letter-spacing: 0.03em; margin-top: 1em; margin-bottom: 0.7em; text-indent: 0em; text-align: left; border-bottom: solid 0.2em #666633; padding-bottom: 0.2em; } .h3r1-da { font-family: "SourceSansPro-Semi", sans-serif; font-weight: bold; font-size: 150%; line-height: 1em; letter-spacing: 0.03em; margin-top: 1em; margin-bottom: 0.7em; text-indent: 0em; text-align: left; border-bottom: solid 0.2em #6460ab; padding-bottom: 0.2em; } .h3r1-db { page-break-before: always; font-family: "SourceSansPro-Semi", sans-serif; font-weight: bold; font-size: 150%; line-height: 1em; letter-spacing: 0.03em; margin-top: 1em; margin-bottom: 0.7em; text-indent: 0em; text-align: left; border-bottom: solid 0.2em #6460ab; padding-bottom: 0.2em; } .h3r1-r { page-break-before: always; font-family: "SourceSansPro-Semi", sans-serif; font-weight: bold; font-size: 150%; line-height: 1em; letter-spacing: 0.03em; margin-top: 1em; margin-bottom: 0.7em; text-indent: 0em; text-align: left; border-bottom: solid 0.2em #cc3333; padding-bottom: 0.2em; } .h3r1 { font-family: "SourceSansPro-Semi", sans-serif; font-weight: bold; font-size: 150%; line-height: 1em; letter-spacing: 0.03em; margin-top: 1em; margin-bottom: 0.7em; text-indent: 0em; text-align: left; border-bottom: solid 0.2em #cc3333; padding-bottom: 0.2em; } .itemb-lg { font-family: "SourceSansPro-Semi", sans-serif; font-size: 105%; font-weight: bold; line-height: 1em; margin-top: 1em; margin-bottom: 0.8em; text-indent: 0em; text-align: left; border-bottom: solid 0.1em #99ca3c; padding-bottom: 0.3em; } .itemb-dg { font-family: "SourceSansPro-Semi", sans-serif; font-size: 105%; font-weight: bold; line-height: 1em; margin-top: 1em; margin-bottom: 0.8em; text-indent: 0em; text-align: left; border-bottom: solid 0.1em #666633; padding-bottom: 0.3em; } .itemb-g { font-family: "SourceSansPro-Semi", sans-serif; font-size: 105%; font-weight: bold; line-height: 1em; margin-top: 1em; margin-bottom: 0.8em; text-indent: 0em; text-align: left; border-bottom: solid 0.1em #339933; padding-bottom: 0.3em; } .itemb-v { font-family: "SourceSansPro-Semi", sans-serif; font-size: 105%; font-weight: bold; line-height: 1em; margin-top: 1em; margin-bottom: 0.8em; text-indent: 0em; text-align: left; border-bottom: solid 0.1em #a154a0; padding-bottom: 0.3em; } .itemb-b { font-family: "SourceSansPro-Semi", sans-serif; font-size: 105%; font-weight: bold; line-height: 1em; margin-top: 1em; margin-bottom: 0.8em; text-indent: 0em; text-align: left; border-bottom: solid 0.1em #0089d0; padding-bottom: 0.1em; } .itemb-sb { font-family: "SourceSansPro-Semi", sans-serif; font-size: 105%; font-weight: bold; line-height: 1em; margin-top: 1em; margin-bottom: 0.8em; text-indent: 0em; text-align: left; border-bottom: solid 0.1em #00a09e; padding-bottom: 0.2em; } .sidebar-v { page-break-inside: avoid; font-size: 90%; margin-top: 1em; margin-bottom: 1em; text-indent: 0em; text-align: left; border: solid 0.1em #a154a0; padding: 0.75em; } .sidebar-lg { page-break-inside: avoid; font-size: 90%; margin-top: 1em; margin-bottom: 1em; text-indent: 0em; text-align: left; border: solid #99ca3c 0.1em; padding: 0.73em; } .sidebar-dg { page-break-inside: avoid; font-size: 90%; margin-top: 1em; margin-bottom: 1em; text-indent: 0em; text-align: left; border: solid #666633 0.1em; padding: 0.75em; } .sidebar-g { page-break-inside: avoid; font-size: 90%; margin-top: 1em; margin-bottom: 1em; text-indent: 0em; text-align: left; border: solid #339933 0.1em; padding: 0.75em; } .sidebar-b { page-break-inside: avoid; font-size: 90%; margin-top: 1em; margin-bottom: 1em; text-indent: 0em; text-align: left; border: solid #0089d0 0.1em; padding: 0.75em; } .sidebar-sb { page-break-inside: avoid; font-size: 90%; margin-top: 1em; margin-bottom: 1em; padding: 0.75em; text-indent: 0em; text-align: left; border: solid 0.1em #00a09e; } .spara1 { font-family: "SourceSansPro", sans-serif; font-size: 95%; line-height: 1.3em; margin-top: 0.2em; margin-bottom: 1em; text-indent: 0em; text-align: left; border-bottom: solid 0.1em #99ca3c; padding-bottom: 0.3em; } .intro-g { font-family: "SourceSansPro", sans-serif; font-size: 95%; line-height: 1em; margin-top: 0.5em; margin-bottom: 1em; text-indent: 0em; text-align: left; border-bottom: solid 0.1em #339933; padding-bottom: 0.3em; } .intro-dg { font-family: "SourceSansPro", sans-serif; font-size: 95%; line-height: 1em; margin-top: 0.5em; margin-bottom: 1em; text-indent: 0em; text-align: left; border-bottom: solid 0.1em #666633; padding-bottom: 0.3em; } .intro-sb { font-family: "SourceSansPro", sans-serif; font-size: 95%; line-height: 1em; margin-top: 0.5em; margin-bottom: 1em; text-indent: 0em; text-align: left; border-bottom: solid 0.1em #00a09e; padding-bottom: 0.3em; } .intro-v { font-family: "SourceSansPro", sans-serif; font-size: 95%; line-height: 1em; margin-top: 0.5em; margin-bottom: 1em; text-indent: 0em; text-align: left; border-bottom: solid 0.1em #a154a0; padding-bottom: 0.3em; } .intro-b { font-family: "SourceSansPro", sans-serif; font-size: 95%; line-height: 1em; margin-top: 0.5em; margin-bottom: 1em; text-indent: 0em; text-align: left; border-bottom: solid 0.1em #0089d0; padding-bottom: 0.3em; } .ahead { font-family: "SourceSansPro-Semi", sans-serif; font-size: 100%; font-weight: bold; line-height: 1em; margin-top: 1em; margin-bottom: 0.2em; text-indent: 0em; text-align: left; padding-bottom: 0.2em; } .note { font-family: "SourceSansPro-Semi", sans-serif; font-size: 85%; margin-top: 1em; margin-bottom: 0.1em; margin-left: 0.65em; text-indent: -0.65em; text-align: left; } .a1 { border-bottom: solid 0.2em #7d773f; padding-bottom: 0.3em; } .a2 { border-bottom: solid 0.2em #a154a0; padding-bottom: 0.3em; } .a3 { border-bottom: solid 0.2em #db4645; padding-bottom: 0.3em; } .a4 { border-bottom: solid 0.2em #46a941; padding-bottom: 0.6em; } .f1 { font-family: "HiraKakuProN", sans-serif; } .f2 { font-family: "SourceSansPro-Semi", sans-serif; font-weight: bold; font-size: 95%; } .t1 { font-family: "RotisSansSerif", sans-serif; font-size: 90%; margin-top: 1em; margin-bottom: 1em; border-collapse:collapse; } .t1 td { border: solid #555555 0.1em; } .inc0 { vertical-align: middle; width: 5%; } /* For Captions */ .caption { page-break-before: avoid; font-family: "RotisSansSerif", sans-serif; font-size: 90%; line-height: 1.15em; margin-top: 0.1em; margin-bottom: 1.5em; text-indent: 0em; text-align: left; } .captiona { page-break-before: avoid; font-family: "RotisSansSerif", sans-serif; font-size: 90%; line-height: 1.15em; margin-top: 0.5em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } /* For Index */ .indexhead { font-size: 90%; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .indexmain { font-size: 90%; margin-top: 1em; margin-bottom: 0.1em; text-indent: -1.5em; margin-left: 1.5em; text-align: left; } .indexlev1 { font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: -1.5em; margin-left: 1.5em; text-align: left; } .indexlev2 { font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: -1.5em; margin-left: 2.5em; text-align: left; } .indexlev3 { font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: -1.5em; margin-left: 3.5em; text-align: left; } /* For Copyright */ .copy { font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .copya { font-size: 90%; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .copyi { font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 1em; text-indent: -1em; text-align: left; } /* Default Styles */ .ent { vertical-align: 0.1em; font-size: 85%; font-family: "DejaVuMonoSans", sans-serif; } .clear { clear: both; } .column { columns: 2; } .hidden { display: none; visibility: hidden; } .group { page-break-inside: avoid; } .groupa { page-break-before: always; } table { border-collapse: collapse; width: 100%; margin: 0em; } td { padding: 0.2em; } small { font-size: 80%; } ol { list-style-type:none; margin: 0em; } a { text-decoration: none; } /* Styling is improved to prevent sub from affecting line-height */ .sub { font-size: 75%; line-height: 1.2; vertical-align: sub; /* Fallback */ vertical-align: -15%; } /* Styling is improved to prevent sup from affecting line-height */ .sup { font-size: 75%; line-height: 1.2; vertical-align: super; /* Fallback */ vertical-align: 25%; } img { width: auto; max-width: 100%; /* Note: KF8 doesn't support max-width hence "width: auto;" as fallback */ height: auto; object-fit: contain; } /* For Dropcap */ .dropcap { float: left; font-size: 320%; margin-top: 0.05em; margin-bottom: 0em; margin-right: 0.075em; line-height: 0.9em; font-weight: normal; } /* 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 */ .in5 { width: 5%; } .in8 { width: 8%; } .in10 { width: 10%; } .in15 { width: 15%; } .in20 { width: 20%; } .in30 { width: 30%; } .in40 { width: 40%; } .in100 { width: 100%; } /* For float Images */ .ft50 { margin: 0em; width: 50%; float: right; padding-left: 0.5em; } .ft50 img { width: 100%; } .ft40 { margin: 0em; width: 40%; float: right; padding-left: 0.5em; } .ft40 img { width: 100%; } .ft30 { margin: 0em; width: 30%; float: right; padding-left: 0.5em; } .ft30 img { width: 100%; } .ft20 { margin: 0em; width: 20%; float: right; padding-left: 0.5em; } .ft20 img { width: 100%; } .ft25 { margin: 0em; width: 25%; float: right; padding-left: 0.5em; } .ft25 img { width: 100%; } .ft10 { width: 10%; float: right; padding-left: 0.5em; margin: 0em; } .ft10 img { width: 100%; } /* For Landscape Images (width or without caption) */ .land30 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land30 img { width: 30%; } .land40 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land40 img { width: 40%; } .land50 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land50 img { width: 50%; } .land60 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land60 img { width: 60%; } .land70 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land70 img { width: 70%; } .land80 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land80 img { width: 80%; } .land85 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land85 img { width: 85%; } .land90 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land90 img { width: 90%; } .land100 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land100 img { width: 100%; } .land100a { margin: 0em; text-align: center; } .land100a img { width: 100%; } .land100i { page-break-before: always; margin: 0em; text-align: center; } .land100i img { width: 100%; } /* Portrait Images - width or without Caption */ .portvh50 { margin: 1em 0 0 0; text-align: center; height: 50%; } .vh50 { height: 100%; } .vh50:only-of-type { height: 50vh; } .portvh60 { margin: 1em 0 0 0; text-align: center; height: 60%; } .vh60 { height: 100%; } .vh60:only-of-type { height: 60vh; } .portvh70 { margin: 1em 0 0 0; text-align: center; height: 70%; } .vh70 { height: 100%; } .vh70:only-of-type { height: 70vh; } .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: 1em 0 0 0; text-align: center; height: 98%; } .vh98 { height: 100%; } .vh98:only-of-type { height: 98vh; } .portvh99 { margin: 0em; text-align: center; height: 98%; } .vh99 { height: 100%; } .vh99:only-of-type { height: 98vh; }