@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; } @font-face { font-family: "FranklinGothicStd-Condensed"; src: url(../fonts/FranklinGothicStd-Condensed.ttf); font-style: normal; font-weight: normal; } @font-face { font-family: "Gloucester-MT-Extra-Condensed"; src: url(../fonts/Gloucester-MT-Extra-Condensed.ttf); font-style: normal; font-weight: normal; } @font-face { font-family: "SourceSansPro-Semi"; src: url(../fonts/SourceSansPro-Semibold.ttf); font-style: normal; font-weight: normal; } @font-face { font-family: "OpenSans"; src: url(../fonts/OpenSans-Bold.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "OpenSans"; src: url(../fonts/OpenSans-BoldItalic.ttf); font-style: italic; font-weight: bold; } @font-face { font-family: "OpenSans"; src: url(../fonts/OpenSans.ttf); font-style: normal; font-weight: normal; } @font-face { font-family: "OpenSans"; src: url(../fonts/OpenSans-Italic.ttf); font-style: italic; font-weight: normal; } @font-face { font-family: "Open-Sans-Condensed"; src: url(../fonts/Open-Sans-Condensed-Bold.ttf); font-style: normal; font-weight: bold; } h1,h2,h3,h4,h5,h6 { -epub-hyphens: none !important; adobe-hyphenate: none !important; hyphens: none !important; page-break-after: auto !important; } tit1 { font-family: "Gloucester-MT-Extra-Condensed", sans-serif; font-weight: bold; font-size: 330%; line-height: 0.9em; text-align: center; } .tit1a { font-family: "Gloucester-MT-Extra-Condensed", sans-serif; font-weight: bold; font-size: 220%; line-height: 0.9em; text-align: center; } .tit2 { font-family: "FranklinGothicStd-Condensed", sans-serif; font-size: 50%; line-height: 1em; } .tit3 { font-family: "FranklinGothicStd-Condensed", sans-serif; font-size: 110%; line-height: 1em; } .h1 { font-family: "FranklinGothicStd-Condensed", sans-serif; font-size: 240%; line-height: 1em; margin-left:0em; margin-top: 0.5em; margin-bottom: 0.3em; text-align: center; } .author { font-family: "FranklinGothicStd-Condensed", sans-serif; font-size: 100%; line-height: 1em; margin-top: 0.7em; margin-bottom: 0.7em; text-align: center; } .author1 { font-family: "SourceSansPro-Semi", sans-serif; font-size: 90%; line-height: 1em; margin-top: 0.7em; margin-bottom: 0.7em; text-align: center; } .chbg { margin-top: 1em; margin-bottom: 0em; padding-top: 0.25em; padding-bottom: 1em; padding-left: 1.5em; padding-right: 1em; background-color: #e7e7e8; border: solid #e7e7e8 0.1em; text-align: left; } .h2a { font-family: "OpenSans", sans-serif; font-weight: normal; font-size: 160%; line-height: 1em; margin-top: 0.25em; margin-bottom: 0.7em; text-align: left; text-indent: 0em; } .box1 { page-break-before: always; margin-top: 1em; margin-bottom: 2em; padding-top: 0.25em; padding-left: 0.5em; padding-right: 1em; padding-bottom: 0.5em; background-color: #edead0; border-left: solid #a8a03f 0.5em; border-bottom: solid #edead0 0.1em; border-right: solid #edead0 0.1em; border-top: solid #edead0 0.1em; text-align: left; } .box1a { margin-top: 1em; margin-bottom: 2em; padding-top: 0.25em; padding-left: 0.5em; padding-right: 1em; padding-bottom: 0.5em; background-color: #edead0; border-left: solid #a8a03f 0.5em; border-bottom: solid #edead0 0.1em; border-right: solid #edead0 0.1em; border-top: solid #edead0 0.1em; text-align: left; } .box2 { page-break-before: always; margin-top: 1em; margin-bottom: 2em; padding-top: 0.25em; padding-left: 0.5em; padding-right: 1em; padding-bottom: 0.5em; background-color: #c4cde0; border-left: solid #2a5482 0.5em; border-bottom: solid #c4cde0 0.1em; border-right: solid #c4cde0 0.1em; border-top: solid #c4cde0 0.1em; text-align: left; } .box2a { margin-top: 1em; margin-bottom: 2em; padding-top: 0.25em; padding-left: 0.5em; padding-right: 1em; padding-bottom: 0.5em; background-color: #c4cde0; border-left: solid #2a5482 0.5em; border-bottom: solid #edead0 0.1em; border-right: solid #edead0 0.1em; border-top: solid #edead0 0.1em; text-align: left; } .box3 { page-break-before: always; margin-top: 1em; margin-bottom: 2em; padding-top: 0.25em; padding-left: 0.5em; padding-right: 1em; padding-bottom: 0.5em; background-color: #fde0d5; border-left: solid #f37562 0.5em; border-bottom: solid #fde0d5 0.1em; border-right: solid #edead0 0.1em; border-top: solid #edead0 0.1em; text-align: left; } .box3a { margin-top: 1em; margin-bottom: 2em; padding-top: 0.25em; padding-left: 0.5em; padding-right: 1em; padding-bottom: 0.5em; background-color: #fde0d5; border-left: solid #f37562 0.5em; border-bottom: solid #fde0d5 0.1em; border-right: solid #edead0 0.1em; border-top: solid #edead0 0.1em; text-align: left; } .box4 { page-break-before: always; margin-top: 1em; margin-bottom: 2em; padding-top: 0.25em; padding-left: 0.5em; padding-right: 1em; padding-bottom: 0.5em; background-color: #fef5e0; border-left: solid #fed07b 0.5em; border-bottom: solid #fef5e0 0.1em; border-right: solid #fef5e0 0.1em; border-top: solid #fef5e0 0.1em; text-align: left; } .box4a { margin-top: 1em; margin-bottom: 2em; padding-top: 0.25em; padding-left: 0.5em; padding-right: 1em; padding-bottom: 0.5em; background-color: #fef5e0; border-left: solid #fed07b 0.5em; border-bottom: solid #fef5e0 0.1em; border-right: solid #fef5e0 0.1em; border-top: solid #fef5e0 0.1em; text-align: left; } .box5 { page-break-before: always; margin-top: 1em; margin-bottom: 2em; padding-top: 0.25em; padding-left: 0.5em; padding-right: 1em; padding-bottom: 0.5em; background-color: #e4f2f9; border-left: solid #86c4e0 0.5em; border-bottom: solid #e4f2f9 0.1em; border-right: solid #e4f2f9 0.1em; border-top: solid #e4f2f9 0.1em; text-align: left; } .box5a { margin-top: 1em; margin-bottom: 2em; padding-top: 0.25em; padding-left: 0.5em; padding-right: 1em; padding-bottom: 0.5em; background-color: #e4f2f9; border-left: solid #86c4e0 0.5em; border-bottom: solid #e4f2f9 0.1em; border-right: solid #e4f2f9 0.1em; border-top: solid #e4f2f9 0.1em; text-align: left; } .box6 { font-family: "OpenSans", sans-serif; margin-top: 0.1em; margin-bottom: 2em; padding-top: 0.25em; padding-left: 0.5em; padding-right: 1em; padding-bottom: 0.5em; background-color: #e7e7e8; border-left: solid #636466 0.5em; border-bottom: solid #e7e7e8 0.1em; border-right: solid #e7e7e8 0.1em; border-top: solid #e7e7e8 0.1em; text-align: left; } .h2b { font-family: "OpenSans", sans-serif; font-size: 160%; line-height: 1em; margin-top: 1em; margin-bottom: 0.5em; text-align: left; text-indent: 0em; font-weight:normal; } .h2c { font-family: "OpenSans", sans-serif; font-weight: normal; font-size: 160%; line-height: 1em; margin-top: 0.75em; margin-bottom: 0em; text-align: left; text-indent: 0em; } .h3 { font-family: "OpenSans", sans-serif; font-weight: normal; font-size: 140%; line-height: 1em; margin-top: 0.75em; margin-bottom: 0em; text-align: left; text-indent: 0em; } .h4 { font-family: "SourceSansPro-Semi", sans-serif; font-size: 120%; line-height: 1em; margin-top: 1.3em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .h5 { font-family: "OpenSans", sans-serif; font-size: 115%; line-height: 1em; margin-top: 1.3em; margin-bottom: 0.3em; text-indent: 0em; text-align: left; } .h5a { font-family: "OpenSans", sans-serif; font-size: 95%; line-height: 1em; margin-top: 1.3em; margin-bottom: 0.3em; text-indent: 0em; text-align: left; } .pub { margin-top: 2em; margin-bottom: 0.3em; text-align: center; } .green { margin-top: 1em; margin-bottom: 0em; padding-top: 1em; padding-bottom: 2em; padding-left: 1.5em; padding-right: 1em; background-color: #edead0; border: solid #edead0 0.1em; text-align: left; } .purple { margin-top: 1em; margin-bottom: 0em; padding-top: 1em; padding-bottom: 2em; padding-left: 1.5em; padding-right: 1em; background-color: #c4cde0; border: solid #c4cde0 0.1em; text-align: left; } .orange { margin-top: 1em; margin-bottom: 0em; padding-top: 1em; padding-bottom: 2em; padding-left: 1.5em; padding-right: 1em; background-color: #fde0d5; border: solid #fde0d5 0.1em; text-align: left; } .yellow { margin-top: 1em; margin-bottom: 0em; padding-top: 1em; padding-bottom: 2em; padding-left: 1.5em; padding-right: 1em; background-color: #fef5e0; border: solid #fef5e0 0.1em; text-align: left; } .blue { margin-top: 1em; margin-bottom: 0em; padding-top: 1em; padding-bottom: 2em; padding-left: 1.5em; padding-right: 1em; background-color: #e4f2f9; border: solid #e4f2f9 0.1em; text-align: left; } .grey { margin-top: 1em; margin-bottom: 0em; padding-top: 0.25em; padding-bottom: 0.5em; padding-left: 1.5em; padding-right: 1em; background-color: #e7e7e8; border: solid #e7e7e8 0.1em; text-align: left; } .toc { font-family: "OpenSans", sans-serif; line-height: 1em; font-size: 90%; margin-top: 0.1em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } .toc1 { font-family: "OpenSans", sans-serif; line-height: 1em; font-size: 80%; margin-top: 0.5em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .noindent { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .noindentt { margin-top: 0.8em; 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; } .dropcap { font-family: "OpenSans", sans-serif; float: left; font-size: 320%; margin-top: -0.3225em; margin-bottom: -0.3245em; margin-right: 0.075em; line-height: 0.8em; font-weight: normal; color: #939598; } .sparaa1 { font-family: "OpenSans", sans-serif; font-size: 90%; margin-top: 0.3em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .sparaa { font-family: "OpenSans", sans-serif; font-size: 90%; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .spara { font-family: "OpenSans", sans-serif; font-style: italic; font-size: 90%; margin-top: 0.5em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .spara-n { font-family: "OpenSans", sans-serif; font-size: 90%; margin-top: 0.5em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .nhead { font-family: "TradeGothicLTStd", sans-serif; font-size: 95%; margin-top: 0.15em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .blist-n { font-size: 90%; margin-top: 0.3em; margin-bottom: 0.3em; margin-left: 0.6em; text-indent: -0.6em; text-align: left; } .blist-ind { font-size: 100%; margin-top: 0.3em; margin-bottom: 0.3em; margin-left: 2em; text-indent: -0.6em; text-align: left; } .sidebar1s { page-break-inside: auto; font-size: 100%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; text-align: left; background-color: #edead0; border-left: solid #8d8400 0.3em; border-bottom: solid #edead0 0.3em; border-right: solid #edead0 0.1em; border-top: solid #edead0 0.3em; } .sidebar1sr { page-break-before: always; font-size: 100%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; text-align: left; background-color: #edead0; border-left: solid #8d8400 0.3em; border-bottom: solid #edead0 0.3em; border-right: solid #edead0 0.1em; border-top: solid #edead0 0.3em; } .sidebar1p { page-break-inside: auto; font-size: 100%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; text-align: left; background-color: #c4cde0; border-left: solid #003365 0.2em; border-bottom: solid #c4cde0 0.3em; border-right: solid #c4cde0 0.1em; border-top: solid #c4cde0 0.3em; } .sidebar1o { page-break-inside: auto; font-size: 100%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; text-align: left; background-color: #fde0d5; border-left: solid #ef3f3d 0.2em; border-bottom: solid #fde0d5 0.3em; border-right: solid #fde0d5 0.1em; border-top: solid #fde0d5 0.3em; } .sidebar1y { page-break-inside: auto; font-size: 100%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; text-align: left; background-color: #fef5e0; border-left: solid #fec34d 0.2em; border-bottom: solid #fef5e0 0.3em; border-right: solid #fef5e0 0.1em; border-top: solid #fef5e0 0.3em; } .sidebar1yr { page-break-before: always; font-size: 100%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; text-align: left; background-color: #fef5e0; border-left: solid #fec34d 0.2em; border-bottom: solid #fef5e0 0.3em; border-right: solid #fef5e0 0.1em; border-top: solid #fef5e0 0.3em; } .sidebar1b { page-break-before: always; font-size: 100%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; text-align: left; background-color: #e4f2f9; border-left: solid #61b5d7 0.2em; border-bottom: solid #e4f2f9 0.3em; border-right: solid #e4f2f9 0.1em; border-top: solid #e4f2f9 0.3em; } .sidebar1bb { page-break-inside: auto; font-size: 100%; margin-top: 1em; margin-bottom: 1.5em; padding: 0.75em; text-align: left; background-color: #e4f2f9; border-left: solid #61b5d7 0.2em; border-bottom: solid #e4f2f9 0.3em; border-right: solid #e4f2f9 0.1em; border-top: solid #e4f2f9 0.3em; } .blist-1 { font-family: "OpenSans", sans-serif; font-size: 90%; margin-top: 0.5em; margin-bottom: 0.1em; margin-left: 0.6em; text-indent: -0.6em; text-align: left; } .stitle { font-family: "OpenSans", sans-serif; font-size: 100%; font-weight: bold; line-height: 1em; margin-top: 0.25em; margin-bottom: 0em; padding-bottom: 0.5em; text-align: left; } span.strong { font-family: "Open-Sans-Condensed", sans-serif; } span.strong1 { font-family: "OpenSans", sans-serif; font-weight: bold; } .num { font-size: 100%; margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 2em; text-indent: -1em; text-align: left; } .thead { font-family: "OpenSans", sans-serif; margin-top: 0.1em; font-weight: bold; font-size: 90%; margin-bottom: 0.1em; margin-left: 0.3em; text-align: left; text-indent: 0em; } .tpara1 { font-family: "OpenSans", sans-serif; font-size: 85%; margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 0.3em; text-indent: 0em; text-align: left; } .tpara { font-family: "OpenSans", sans-serif; font-size: 85%; margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 1.1em; text-indent: -1.1em; text-align: left; } .noindentb { font-size:95%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .noindentb1 { font-size:95%; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .images { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } table.tab1 { margin-top: 0em; margin-bottom: 1em; width: 100%; vertical-align:top; border-collapse:collapse; } .thead1 { font-family: "OpenSans", sans-serif; margin-top: 0.1em; font-weight: bold; font-size: 90%; margin-bottom: 0.1em; margin-left: 0em; text-align: left; text-indent: 0em; } .tparan { font-family: "OpenSans", sans-serif; font-size: 85%; margin-top: 0.1em; margin-bottom: 0.1em; text-align: left; text-indent: 0em; } .b1 { background-color: #d1d2d4; } .thead2 { font-family: "OpenSans", sans-serif; margin-top: 0.1em; font-weight: bold; font-size: 90%; margin-bottom: 0.1em; margin-left: 0em; text-align: center; text-indent: 0em; } .tparac { font-family: "OpenSans", sans-serif; font-size: 85%; margin-top: 0.1em; margin-bottom: 0.1em; text-align: center; text-indent: 0em; } table { margin-top: 1em; margin-bottom: 1em; width: 100%; vertical-align:top; border-collapse:collapse; } table.tab { margin-top: 0em; margin-bottom: 1em; width: 100%; vertical-align:top; border-collapse:collapse; border: solid #555555 0.1em; } td { vertical-align:top; border-collapse:collapse; padding: 0.2em; } td.border { vertical-align:top; border-collapse:collapse; padding: 0.2em; border: solid #555555 0.1em; } .caption { font-family: "OpenSans", sans-serif; font-size: 90%; line-height: 1.3; margin-top: 0.5em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .captiona { font-family: "OpenSans", sans-serif; font-size: 90%; line-height: 1.3; margin-top: 0.5em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .notice { margin-top: 2em; margin-bottom: 0em; padding: 1em; background-color: #e6eff3; border: solid #e6eff3 0.1em; text-align: left; } .copy { margin-top: 1em; text-indent: 0em; font-size: 90%; margin-bottom: 0.1em; text-align: left; } .copy1 { margin-top: 0em; text-indent: 0em; font-size: 90%; margin-bottom: 0.1em; text-align: left; } .copy2 { margin-top: 0.5em; text-indent: 0em; font-size: 90%; margin-bottom: 0.1em; text-align: left; } .indexmain { font-family: "Open-Sans-Condensed", sans-serif; font-weight: bold; font-size: 95%; margin-top: 1em; margin-bottom: 0.2em; text-indent: 0em; 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; } .indexlev1t { font-size: 90%; margin-top: 1em; margin-bottom: 0.1em; text-indent: -1.5em; margin-left: 1.5em; text-align: left; } /* Default Styles */ .clear { clear: both; } .column { columns: 2; } .hidden { display: none; visibility: hidden; } .group { page-break-inside: auto; } .groupa { page-break-before: always; } small { font-size: 80%; } ol { list-style-type:none; margin: 0em; } a { text-decoration: none; } /* New Image Structure */ /* Styling is improved to prevent sub from affecting line-height */ .sub { font-size: 75%; line-height: 1.2em; vertical-align: sub; /* Fallback */ vertical-align: -15%; } /* Styling is improved to prevent sup from affecting line-height */ .sup { font-size: 75%; line-height: 1.2em; vertical-align: super; /* Fallback */ vertical-align: 25%; } /* 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 */ .in8 { width: 8%; } .in10 { width: 5%; } .in20 { width: 20%; } .in30 { width: 30%; } .in40 { width: 40%; } .in100 { width: 100%; } /* For float Images*/ .ft50 { margin: 0em; width: 45%; float: right; padding-left: 0.5em; } .ft50 img { width: 100%; } /* For Landscape Images (width or without caption) */ .land15 { margin-top: 2em; margin-bottom: 0.1em; text-align: center; } .land15 img { width: 15%; } .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%; } /* Portrait Images - width or without Caption */ .portvh50 { margin: 1em 0 0 0; text-align: center; height: 50%; } .vh50 { height: 50%; } .vh50:only-of-type { height: 50vh; } .portvh60 { margin: 1em 0 0 0; text-align: center; height: 60%; } .vh60 { height: 60%; } .vh60:only-of-type { height: 60vh; } .portvh70 { margin: 1em 0 0 0; text-align: center; height: 70%; } .vh70 { height: 70%; } .vh70:only-of-type { height: 70vh; } .portvh80 { margin: 1em 0 0 0; text-align: center; height: 80%; } .vh80 { height: 80%; } .vh80:only-of-type { height: 80vh; } .portvh90 { margin: 1em 0 0 0; text-align: center; height: 90%; } .vh90 { height: 90%; } .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; }