1@import url(https://fonts.googleapis.com/css?family=Varela+Round|Open+Sans:400italic,600italic,400,600|Ubuntu+Mono:400); 2/*! normalize.css v2.1.2 | MIT License | git.io/normalize */ 3/* ========================================================================== HTML5 display definitions ========================================================================== */ 4/** Correct `block` display not defined in IE 8/9. */ 5article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } 6 7/** Correct `inline-block` display not defined in IE 8/9. */ 8audio, canvas, video { display: inline-block; } 9 10/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */ 11audio:not([controls]) { display: none; height: 0; } 12 13/** Address `[hidden]` styling not present in IE 8/9. Hide the `template` element in IE, Safari, and Firefox < 22. */ 14[hidden], template { display: none; } 15 16script { display: none !important; } 17 18/* ========================================================================== Base ========================================================================== */ 19/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */ 20html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } 21 22/** Remove default margin. */ 23body { margin: 0; } 24 25/* ========================================================================== Links ========================================================================== */ 26/** Remove the gray background color from active links in IE 10. */ 27a { background: transparent; } 28 29/** Address `outline` inconsistency between Chrome and other browsers. */ 30a:focus { outline: thin dotted; } 31 32/** Improve readability when focused and also mouse hovered in all browsers. */ 33a:active, a:hover { outline: 0; } 34 35/* ========================================================================== Typography ========================================================================== */ 36/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari 5, and Chrome. */ 37h1 { font-size: 2em; margin: 0.67em 0; } 38 39/** Address styling not present in IE 8/9, Safari 5, and Chrome. */ 40abbr[title] { border-bottom: 1px dotted; } 41 42/** Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */ 43b, strong { font-weight: bold; } 44 45/** Address styling not present in Safari 5 and Chrome. */ 46dfn { font-style: italic; } 47 48/** Address differences between Firefox and other browsers. */ 49hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } 50 51/** Address styling not present in IE 8/9. */ 52mark { background: #ff0; color: #000; } 53 54/** Correct font family set oddly in Safari 5 and Chrome. */ 55code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; } 56 57/** Improve readability of pre-formatted text in all browsers. */ 58pre { white-space: pre-wrap; } 59 60/** Set consistent quote types. */ 61q { quotes: "\201C" "\201D" "\2018" "\2019"; } 62 63/** Address inconsistent and variable font size in all browsers. */ 64small { font-size: 80%; } 65 66/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */ 67sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } 68 69sup { top: -0.5em; } 70 71sub { bottom: -0.25em; } 72 73/* ========================================================================== Embedded content ========================================================================== */ 74/** Remove border when inside `a` element in IE 8/9. */ 75img { border: 0; } 76 77/** Correct overflow displayed oddly in IE 9. */ 78svg:not(:root) { overflow: hidden; } 79 80/* ========================================================================== Figures ========================================================================== */ 81/** Address margin not present in IE 8/9 and Safari 5. */ 82figure { margin: 0; } 83 84/* ========================================================================== Forms ========================================================================== */ 85/** Define consistent border, margin, and padding. */ 86fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } 87 88/** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. */ 89legend { border: 0; /* 1 */ padding: 0; /* 2 */ } 90 91/** 1. Correct font family not being inherited in all browsers. 2. Correct font size not being inherited in all browsers. 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */ 92button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ } 93 94/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */ 95button, input { line-height: normal; } 96 97/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. Correct `select` style inheritance in Firefox 4+ and Opera. */ 98button, select { text-transform: none; } 99 100/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */ 101button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ } 102 103/** Re-set default cursor for disabled elements. */ 104button[disabled], html input[disabled] { cursor: default; } 105 106/** 1. Address box sizing set to `content-box` in IE 8/9. 2. Remove excess padding in IE 8/9. */ 107input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } 108 109/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */ 110input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } 111 112/** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */ 113input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } 114 115/** Remove inner padding and border in Firefox 4+. */ 116button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } 117 118/** 1. Remove default vertical scrollbar in IE 8/9. 2. Improve readability and alignment in all browsers. */ 119textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ } 120 121/* ========================================================================== Tables ========================================================================== */ 122/** Remove most spacing between table cells. */ 123table { border-collapse: collapse; border-spacing: 0; } 124 125meta.foundation-mq-small { font-family: "only screen and (min-width: 768px)"; width: 768px; } 126 127meta.foundation-mq-medium { font-family: "only screen and (min-width:1280px)"; width: 1280px; } 128 129meta.foundation-mq-large { font-family: "only screen and (min-width:1440px)"; width: 1440px; } 130 131*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } 132 133html, body { font-size: 100%; } 134 135body { background: #fefdfd; color: rgba(0, 0, 0, 0.8); padding: 0; margin: 0; font-family: "Open Sans", sans-serif; font-weight: normal; font-style: normal; line-height: 1; position: relative; cursor: auto; } 136 137a:hover { cursor: pointer; } 138 139img, object, embed { max-width: 100%; height: auto; } 140 141object, embed { height: 100%; } 142 143img { -ms-interpolation-mode: bicubic; } 144 145#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object { max-width: none !important; } 146 147.left { float: left !important; } 148 149.right { float: right !important; } 150 151.text-left { text-align: left !important; } 152 153.text-right { text-align: right !important; } 154 155.text-center { text-align: center !important; } 156 157.text-justify { text-align: justify !important; } 158 159.hide { display: none; } 160 161.antialiased { -webkit-font-smoothing: antialiased; } 162 163img { display: inline-block; vertical-align: middle; } 164 165textarea { height: auto; min-height: 50px; } 166 167select { width: 100%; } 168 169object, svg { display: inline-block; vertical-align: middle; } 170 171.center { margin-left: auto; margin-right: auto; } 172 173.spread { width: 100%; } 174 175p.lead, .paragraph.lead > p, #preamble > .sectionbody > .paragraph:first-of-type p { font-size: 1.21875em; line-height: 1.6; } 176 177.subheader, .admonitionblock td.content > .title, .audioblock > .title, .exampleblock > .title, .imageblock > .title, .listingblock > .title, .literalblock > .title, .stemblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, table.tableblock > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { line-height: 1.25; color: #002c5e; font-weight: 300; margin-top: 0.2em; margin-bottom: 0.5em; } 178 179/* Typography resets */ 180div, dl, dt, dd, ul, ol, li, h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; direction: ltr; } 181 182/* Default Link Styles */ 183a { color: #005580; text-decoration: underline; line-height: inherit; } 184a:hover, a:focus { color: #078d71; } 185a img { border: none; } 186 187/* Default paragraph styles */ 188p { font-family: inherit; font-weight: normal; font-size: 1em; line-height: 1.5; margin-bottom: 1.25em; text-rendering: optimizeLegibility; } 189p aside { font-size: 0.875em; line-height: 1.35; font-style: italic; } 190 191/* Default header styles */ 192h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { font-family: "Varela Round", sans-serif; font-weight: 400; font-style: normal; color: #00326b; text-rendering: optimizeLegibility; margin-top: 0.8em; margin-bottom: 0.5em; line-height: 1.0625em; } 193h1 small, h2 small, h3 small, #toctitle small, .sidebarblock > .content > .title small, h4 small, h5 small, h6 small { font-size: 60%; color: #057aff; line-height: 0; } 194 195h1 { font-size: 2.125em; } 196 197h2 { font-size: 1.6875em; } 198 199h3, #toctitle, .sidebarblock > .content > .title { font-size: 1.375em; } 200 201h4 { font-size: 1.125em; } 202 203h5 { font-size: 1.125em; } 204 205h6 { font-size: 1em; } 206 207hr { border: solid rgba(145, 135, 84, 0.15); border-width: 1px 0 0; clear: both; margin: 1.25em 0 1.1875em; height: 0; } 208 209/* Helpful Typography Defaults */ 210em, i { font-style: italic; line-height: inherit; } 211 212strong, b { font-weight: bold; line-height: inherit; } 213 214small { font-size: 60%; line-height: inherit; } 215 216code { font-family: "Ubuntu Mono", "Inconsolata", monospace; font-weight: 400; color: #331d00; } 217 218/* Lists */ 219ul, ol, dl { font-size: 1em; line-height: 1.5; margin-bottom: 1.25em; list-style-position: outside; font-family: inherit; } 220 221ul, ol { margin-left: 1.5em; } 222ul.no-bullet, ol.no-bullet { margin-left: 1.5em; } 223 224/* Unordered Lists */ 225ul li ul, ul li ol { margin-left: 1.25em; margin-bottom: 0; font-size: 1em; /* Override nested font-size change */ } 226ul.square li ul, ul.circle li ul, ul.disc li ul { list-style: inherit; } 227ul.square { list-style-type: square; } 228ul.circle { list-style-type: circle; } 229ul.disc { list-style-type: disc; } 230ul.no-bullet { list-style: none; } 231 232/* Ordered Lists */ 233ol li ul, ol li ol { margin-left: 1.25em; margin-bottom: 0; } 234 235/* Definition Lists */ 236dl dt { margin-bottom: 0.3125em; font-weight: bold; } 237dl dd { margin-bottom: 1.25em; } 238 239/* Abbreviations */ 240abbr, acronym { text-transform: uppercase; font-size: 90%; color: rgba(0, 0, 0, 0.8); border-bottom: 1px dotted #dddddd; cursor: help; } 241 242abbr { text-transform: none; } 243 244/* Blockquotes */ 245blockquote { margin: 0 0 1.25em; padding: 0.5625em 1.25em 0 1.1875em; border-left: 1px solid #dddddd; } 246blockquote cite { display: block; font-size: 0.8125em; color: #666666; } 247blockquote cite:before { content: "\2014 \0020"; } 248blockquote cite a, blockquote cite a:visited { color: #666666; } 249 250blockquote, blockquote p { line-height: 1.5; color: #999999; } 251 252/* Microformats */ 253.vcard { display: inline-block; margin: 0 0 1.25em 0; border: 1px solid #dddddd; padding: 0.625em 0.75em; } 254.vcard li { margin: 0; display: block; } 255.vcard .fn { font-weight: bold; font-size: 0.9375em; } 256 257.vevent .summary { font-weight: bold; } 258.vevent abbr { cursor: auto; text-decoration: none; font-weight: bold; border: none; padding: 0 0.0625em; } 259 260@media only screen and (min-width: 768px) { h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { line-height: 1.25; } 261 h1 { font-size: 2.75em; } 262 h2 { font-size: 2.3125em; } 263 h3, #toctitle, .sidebarblock > .content > .title { font-size: 1.6875em; } 264 h4 { font-size: 1.4375em; } } 265/* Tables */ 266table { background: white; margin-bottom: 1.25em; border: solid 1px rgba(145, 135, 84, 0.15); } 267table thead, table tfoot { background: rgba(119, 84, 22, 0.1); font-weight: bold; } 268table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td { padding: 0.5em 0.625em 0.625em; font-size: inherit; color: rgba(0, 0, 0, 0.8); text-align: left; } 269table tr th, table tr td { padding: 0.5625em 0.625em; font-size: inherit; color: rgba(0, 0, 0, 0.8); } 270table tr.even, table tr.alt, table tr:nth-of-type(even) { background: rgba(119, 84, 22, 0.025); } 271table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { display: table-cell; line-height: 1.5; } 272 273body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; tab-size: 4; } 274 275h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { line-height: 1.25; } 276 277.clearfix:before, .clearfix:after, .float-group:before, .float-group:after { content: " "; display: table; } 278.clearfix:after, .float-group:after { clear: both; } 279 280*:not(pre) > code { font-size: 1.0625em; font-style: normal !important; letter-spacing: 0; padding: 0; line-height: 1.25; word-wrap: break-word; } 281*:not(pre) > code.nobreak { word-wrap: normal; } 282*:not(pre) > code.nowrap { white-space: nowrap; } 283 284pre, pre > code { line-height: 1.4; color: inherit; font-family: "Liberation Mono", "Consolas", monospace; font-weight: normal; } 285 286em em { font-style: normal; } 287 288strong strong { font-weight: normal; } 289 290.keyseq { color: rgba(51, 51, 51, 0.8); } 291 292kbd { font-family: "Ubuntu Mono", "Inconsolata", monospace; display: inline-block; color: rgba(0, 0, 0, 0.8); font-size: 0.65em; line-height: 1.45; background-color: #f7f7f7; border: 1px solid #ccc; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.1em white inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.1em white inset; margin: 0 0.15em; padding: 0.2em 0.5em; vertical-align: middle; position: relative; top: -0.1em; white-space: nowrap; } 293 294.keyseq kbd:first-child { margin-left: 0; } 295 296.keyseq kbd:last-child { margin-right: 0; } 297 298.menuseq, .menu { color: rgba(0, 0, 0, 0.8); } 299 300b.button:before, b.button:after { position: relative; top: -1px; font-weight: normal; } 301 302b.button:before { content: "["; padding: 0 3px 0 2px; } 303 304b.button:after { content: "]"; padding: 0 2px 0 3px; } 305 306p a > code:hover { color: #1a0f00; } 307 308#header, #content, #footnotes, #footer { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 62.5em; *zoom: 1; position: relative; padding-left: 0.9375em; padding-right: 0.9375em; } 309#header:before, #header:after, #content:before, #content:after, #footnotes:before, #footnotes:after, #footer:before, #footer:after { content: " "; display: table; } 310#header:after, #content:after, #footnotes:after, #footer:after { clear: both; } 311 312#content { margin-top: 1.25em; } 313 314#content:before { content: none; } 315 316#header > h1:first-child { color: #703f1c; margin-top: 2.25rem; margin-bottom: 0; } 317#header > h1:first-child + #toc { margin-top: 8px; border-top: 1px solid rgba(145, 135, 84, 0.15); } 318#header > h1:only-child, body.toc2 #header > h1:nth-last-child(2) { border-bottom: 1px solid rgba(145, 135, 84, 0.15); padding-bottom: 8px; } 319#header .details { border-bottom: 1px solid rgba(145, 135, 84, 0.15); line-height: 1.45; padding-top: 0.25em; padding-bottom: 0.25em; padding-left: 0.25em; color: #666666; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-flow: row wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; } 320#header .details span:first-child { margin-left: -0.125em; } 321#header .details span.email a { color: #999999; } 322#header .details br { display: none; } 323#header .details br + span:before { content: "\00a0\2013\00a0"; } 324#header .details br + span.author:before { content: "\00a0\22c5\00a0"; color: #999999; } 325#header .details br + span#revremark:before { content: "\00a0|\00a0"; } 326#header #revnumber { text-transform: capitalize; } 327#header #revnumber:after { content: "\00a0"; } 328 329#content > h1:first-child:not([class]) { color: #703f1c; border-bottom: 1px solid rgba(145, 135, 84, 0.15); padding-bottom: 8px; margin-top: 0; padding-top: 1rem; margin-bottom: 1.25rem; } 330 331#toc { border-bottom: 0px solid #dddddd; padding-bottom: 0.5em; } 332#toc > ul { margin-left: 0.125em; } 333#toc ul.sectlevel0 > li > a { font-style: italic; } 334#toc ul.sectlevel0 ul.sectlevel1 { margin: 0.5em 0; } 335#toc ul { font-family: "Varela Round", sans-serif; list-style-type: none; } 336#toc li { line-height: 1.3334; margin-top: 0.3334em; } 337#toc a { text-decoration: none; } 338#toc a:active { text-decoration: underline; } 339 340#toctitle { color: #002c5e; font-size: 1.2em; } 341 342@media only screen and (min-width: 768px) { #toctitle { font-size: 1.375em; } 343 body.toc2 { padding-left: 15em; padding-right: 0; } 344 #toc.toc2 { margin-top: 0 !important; background-color: #f2f2f4; position: fixed; width: 15em; left: 0; top: 0; border-right: 1px solid #dddddd; border-top-width: 0 !important; border-bottom-width: 0 !important; z-index: 1000; padding: 1.25em 1em; height: 100%; overflow: auto; } 345 #toc.toc2 #toctitle { margin-top: 0; margin-bottom: 0.8rem; font-size: 1.2em; } 346 #toc.toc2 > ul { font-size: 0.9em; margin-bottom: 0; } 347 #toc.toc2 ul ul { margin-left: 0; padding-left: 1em; } 348 #toc.toc2 ul.sectlevel0 ul.sectlevel1 { padding-left: 0; margin-top: 0.5em; margin-bottom: 0.5em; } 349 body.toc2.toc-right { padding-left: 0; padding-right: 15em; } 350 body.toc2.toc-right #toc.toc2 { border-right-width: 0; border-left: 1px solid #dddddd; left: auto; right: 0; } } 351@media only screen and (min-width: 1280px) { body.toc2 { padding-left: 20em; padding-right: 0; } 352 #toc.toc2 { width: 20em; } 353 #toc.toc2 #toctitle { font-size: 1.375em; } 354 #toc.toc2 > ul { font-size: 0.95em; } 355 #toc.toc2 ul ul { padding-left: 1.25em; } 356 body.toc2.toc-right { padding-left: 0; padding-right: 20em; } } 357#content #toc { border-style: solid; border-width: 1px; border-color: #d6d6dd; margin-bottom: 1.25em; padding: 1.25em; background: #f2f2f4; -webkit-border-radius: 6px; border-radius: 6px; } 358#content #toc > :first-child { margin-top: 0; } 359#content #toc > :last-child { margin-bottom: 0; } 360 361#footer { max-width: 100%; background-color: #0b445a; padding: 1.25em; } 362 363#footer-text { color: #fefdfd; line-height: 1.35; } 364 365.sect1 { padding-bottom: 0.625em; } 366 367@media only screen and (min-width: 768px) { .sect1 { padding-bottom: 1.25em; } } 368.sect1 + .sect1 { border-top: 0px solid #dddddd; } 369 370#content h1 > a.anchor, h2 > a.anchor, h3 > a.anchor, #toctitle > a.anchor, .sidebarblock > .content > .title > a.anchor, h4 > a.anchor, h5 > a.anchor, h6 > a.anchor { position: absolute; z-index: 1001; width: 1.5ex; margin-left: -1.5ex; display: block; text-decoration: none !important; visibility: hidden; text-align: center; font-weight: normal; } 371#content h1 > a.anchor:before, h2 > a.anchor:before, h3 > a.anchor:before, #toctitle > a.anchor:before, .sidebarblock > .content > .title > a.anchor:before, h4 > a.anchor:before, h5 > a.anchor:before, h6 > a.anchor:before { content: "\00A7"; font-size: 0.85em; display: block; padding-top: 0.1em; } 372#content h1:hover > a.anchor, #content h1 > a.anchor:hover, h2:hover > a.anchor, h2 > a.anchor:hover, h3:hover > a.anchor, #toctitle:hover > a.anchor, .sidebarblock > .content > .title:hover > a.anchor, h3 > a.anchor:hover, #toctitle > a.anchor:hover, .sidebarblock > .content > .title > a.anchor:hover, h4:hover > a.anchor, h4 > a.anchor:hover, h5:hover > a.anchor, h5 > a.anchor:hover, h6:hover > a.anchor, h6 > a.anchor:hover { visibility: visible; } 373#content h1 > a.link, h2 > a.link, h3 > a.link, #toctitle > a.link, .sidebarblock > .content > .title > a.link, h4 > a.link, h5 > a.link, h6 > a.link { color: #00326b; text-decoration: none; } 374#content h1 > a.link:hover, h2 > a.link:hover, h3 > a.link:hover, #toctitle > a.link:hover, .sidebarblock > .content > .title > a.link:hover, h4 > a.link:hover, h5 > a.link:hover, h6 > a.link:hover { color: #002652; } 375 376.audioblock, .imageblock, .literalblock, .listingblock, .stemblock, .videoblock { margin-bottom: 1.25em; } 377 378.admonitionblock td.content > .title, .audioblock > .title, .exampleblock > .title, .imageblock > .title, .listingblock > .title, .literalblock > .title, .stemblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, table.tableblock > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { text-rendering: optimizeLegibility; text-align: left; } 379 380table.tableblock > caption.title { white-space: nowrap; overflow: visible; max-width: 0; } 381 382.paragraph.lead > p, #preamble > .sectionbody > .paragraph:first-of-type p { color: #703f1c; } 383 384table.tableblock #preamble > .sectionbody > .paragraph:first-of-type p { font-size: inherit; } 385 386.admonitionblock > table { border-collapse: separate; border: 0; background: none; width: 100%; } 387.admonitionblock > table td.icon { text-align: center; width: 80px; } 388.admonitionblock > table td.icon img { max-width: initial; } 389.admonitionblock > table td.icon .title { font-weight: bold; font-family: "Varela Round", sans-serif; text-transform: uppercase; } 390.admonitionblock > table td.content { padding-left: 1.125em; padding-right: 1.25em; border-left: 1px solid rgba(145, 135, 84, 0.15); color: #666666; } 391.admonitionblock > table td.content > :last-child > :last-child { margin-bottom: 0; } 392 393.exampleblock > .content { border-style: solid; border-width: 1px; border-color: #eddbdb; margin-bottom: 1.25em; padding: 1.25em; background: #fefdfd; -webkit-border-radius: 6px; border-radius: 6px; } 394.exampleblock > .content > :first-child { margin-top: 0; } 395.exampleblock > .content > :last-child { margin-bottom: 0; } 396 397.sidebarblock { border-style: solid; border-width: 1px; border-color: #d6d6dd; margin-bottom: 1.25em; padding: 1.25em; background: #f2f2f4; -webkit-border-radius: 6px; border-radius: 6px; } 398.sidebarblock > :first-child { margin-top: 0; } 399.sidebarblock > :last-child { margin-bottom: 0; } 400.sidebarblock > .content > .title { color: #002c5e; margin-top: 0; } 401 402.exampleblock > .content > :last-child > :last-child, .exampleblock > .content .olist > ol > li:last-child > :last-child, .exampleblock > .content .ulist > ul > li:last-child > :last-child, .exampleblock > .content .qlist > ol > li:last-child > :last-child, .sidebarblock > .content > :last-child > :last-child, .sidebarblock > .content .olist > ol > li:last-child > :last-child, .sidebarblock > .content .ulist > ul > li:last-child > :last-child, .sidebarblock > .content .qlist > ol > li:last-child > :last-child { margin-bottom: 0; } 403 404.literalblock pre, .listingblock pre:not(.highlight), .listingblock pre[class="highlight"], .listingblock pre[class^="highlight "], .listingblock pre.CodeRay, .listingblock pre.prettyprint { background: rgba(16, 195, 196, 0.05); } 405.sidebarblock .literalblock pre, .sidebarblock .listingblock pre:not(.highlight), .sidebarblock .listingblock pre[class="highlight"], .sidebarblock .listingblock pre[class^="highlight "], .sidebarblock .listingblock pre.CodeRay, .sidebarblock .listingblock pre.prettyprint { background: #f2f1f1; } 406 407.literalblock pre, .literalblock pre[class], .listingblock pre, .listingblock pre[class] { border: 1px solid rgba(16, 195, 196, 0.125); -webkit-border-radius: 6px; border-radius: 6px; word-wrap: break-word; padding: 1em; font-size: 0.8125em; } 408.literalblock pre.nowrap, .literalblock pre[class].nowrap, .listingblock pre.nowrap, .listingblock pre[class].nowrap { overflow-x: auto; white-space: pre; word-wrap: normal; } 409@media only screen and (min-width: 768px) { .literalblock pre, .literalblock pre[class], .listingblock pre, .listingblock pre[class] { font-size: 0.90625em; } } 410@media only screen and (min-width: 1280px) { .literalblock pre, .literalblock pre[class], .listingblock pre, .listingblock pre[class] { font-size: 1em; } } 411 412.literalblock.output pre { color: rgba(16, 195, 196, 0.05); background-color: inherit; } 413 414.listingblock pre.highlightjs { padding: 0; } 415.listingblock pre.highlightjs > code { padding: 1em; -webkit-border-radius: 6px; border-radius: 6px; } 416 417.listingblock > .content { position: relative; } 418 419.listingblock code[data-lang]:before { display: none; content: attr(data-lang); position: absolute; font-size: 0.75em; top: 0.425rem; right: 0.5rem; line-height: 1; text-transform: uppercase; color: #999; } 420 421.listingblock:hover code[data-lang]:before { display: block; } 422 423.listingblock.terminal pre .command:before { content: attr(data-prompt); padding-right: 0.5em; color: #999; } 424 425.listingblock.terminal pre .command:not([data-prompt]):before { content: "$"; } 426 427table.pyhltable { border-collapse: separate; border: 0; margin-bottom: 0; background: none; } 428 429table.pyhltable td { vertical-align: top; padding-top: 0; padding-bottom: 0; line-height: 1.4; } 430 431table.pyhltable td.code { padding-left: .75em; padding-right: 0; } 432 433pre.pygments .lineno, table.pyhltable td:not(.code) { color: #999; padding-left: 0; padding-right: .5em; border-right: 1px solid rgba(145, 135, 84, 0.15); } 434 435pre.pygments .lineno { display: inline-block; margin-right: .25em; } 436 437table.pyhltable .linenodiv { background: none !important; padding-right: 0 !important; } 438 439.quoteblock { margin: 0 1em 1.25em 1.5em; display: table; } 440.quoteblock > .title { margin-left: -1.5em; margin-bottom: 0.75em; } 441.quoteblock blockquote, .quoteblock blockquote p { color: #999999; font-size: 1.15rem; line-height: 1.75; word-spacing: 0.1em; letter-spacing: 0; font-style: italic; text-align: justify; } 442.quoteblock blockquote { margin: 0; padding: 0; border: 0; } 443.quoteblock blockquote:before { content: "\201c"; float: left; font-size: 2.75em; font-weight: bold; line-height: 0.6em; margin-left: -0.6em; color: #002c5e; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } 444.quoteblock blockquote > .paragraph:last-child p { margin-bottom: 0; } 445.quoteblock .attribution { margin-top: 0.5em; margin-right: 0.5ex; text-align: right; } 446.quoteblock .quoteblock { margin-left: 0; margin-right: 0; padding: 0.5em 0; border-left: 3px solid #666666; } 447.quoteblock .quoteblock blockquote { padding: 0 0 0 0.75em; } 448.quoteblock .quoteblock blockquote:before { display: none; } 449 450.verseblock { margin: 0 1em 1.25em 1em; } 451.verseblock pre { font-family: "Open Sans", "DejaVu Sans", sans; font-size: 1.15rem; color: #999999; font-weight: 300; text-rendering: optimizeLegibility; } 452.verseblock pre strong { font-weight: 400; } 453.verseblock .attribution { margin-top: 1.25rem; margin-left: 0.5ex; } 454 455.quoteblock .attribution, .verseblock .attribution { font-size: 0.8125em; line-height: 1.45; font-style: italic; } 456.quoteblock .attribution br, .verseblock .attribution br { display: none; } 457.quoteblock .attribution cite, .verseblock .attribution cite { display: block; letter-spacing: -0.025em; color: #666666; } 458 459.quoteblock.abstract { margin: 0 0 1.25em 0; display: block; } 460.quoteblock.abstract blockquote, .quoteblock.abstract blockquote p { text-align: left; word-spacing: 0; } 461.quoteblock.abstract blockquote:before, .quoteblock.abstract blockquote p:first-of-type:before { display: none; } 462 463table.tableblock { max-width: 100%; border-collapse: separate; } 464table.tableblock td > .paragraph:last-child p > p:last-child, table.tableblock th > p:last-child, table.tableblock td > p:last-child { margin-bottom: 0; } 465 466table.tableblock, th.tableblock, td.tableblock { border: 0 solid rgba(145, 135, 84, 0.15); } 467 468table.grid-all th.tableblock, table.grid-all td.tableblock { border-width: 0 1px 1px 0; } 469 470table.grid-all tfoot > tr > th.tableblock, table.grid-all tfoot > tr > td.tableblock { border-width: 1px 1px 0 0; } 471 472table.grid-cols th.tableblock, table.grid-cols td.tableblock { border-width: 0 1px 0 0; } 473 474table.grid-all * > tr > .tableblock:last-child, table.grid-cols * > tr > .tableblock:last-child { border-right-width: 0; } 475 476table.grid-rows th.tableblock, table.grid-rows td.tableblock { border-width: 0 0 1px 0; } 477 478table.grid-all tbody > tr:last-child > th.tableblock, table.grid-all tbody > tr:last-child > td.tableblock, table.grid-all thead:last-child > tr > th.tableblock, table.grid-rows tbody > tr:last-child > th.tableblock, table.grid-rows tbody > tr:last-child > td.tableblock, table.grid-rows thead:last-child > tr > th.tableblock { border-bottom-width: 0; } 479 480table.grid-rows tfoot > tr > th.tableblock, table.grid-rows tfoot > tr > td.tableblock { border-width: 1px 0 0 0; } 481 482table.frame-all { border-width: 1px; } 483 484table.frame-sides { border-width: 0 1px; } 485 486table.frame-topbot { border-width: 1px 0; } 487 488th.halign-left, td.halign-left { text-align: left; } 489 490th.halign-right, td.halign-right { text-align: right; } 491 492th.halign-center, td.halign-center { text-align: center; } 493 494th.valign-top, td.valign-top { vertical-align: top; } 495 496th.valign-bottom, td.valign-bottom { vertical-align: bottom; } 497 498th.valign-middle, td.valign-middle { vertical-align: middle; } 499 500table thead th, table tfoot th { font-weight: bold; } 501 502tbody tr th { display: table-cell; line-height: 1.5; background: rgba(119, 84, 22, 0.1); } 503 504tbody tr th, tbody tr th p, tfoot tr th, tfoot tr th p { color: rgba(0, 0, 0, 0.8); font-weight: bold; } 505 506p.tableblock > code:only-child { background: none; padding: 0; } 507 508p.tableblock { font-size: 1em; } 509 510td > div.verse { white-space: pre; } 511 512ol { margin-left: 1.75em; } 513 514ul li ol { margin-left: 1.5em; } 515 516dl dd { margin-left: 1.125em; } 517 518dl dd:last-child, dl dd:last-child > :last-child { margin-bottom: 0; } 519 520ol > li p, ul > li p, ul dd, ol dd, .olist .olist, .ulist .ulist, .ulist .olist, .olist .ulist { margin-bottom: 0.625em; } 521 522ul.unstyled, ol.unnumbered, ul.checklist, ul.none { list-style-type: none; } 523 524ul.unstyled, ol.unnumbered, ul.checklist { margin-left: 0.625em; } 525 526ul.checklist li > p:first-child > .fa-square-o:first-child, ul.checklist li > p:first-child > .fa-check-square-o:first-child { width: 1em; font-size: 0.85em; } 527 528ul.checklist li > p:first-child > input[type="checkbox"]:first-child { width: 1em; position: relative; top: 1px; } 529 530ul.inline { margin: 0 auto 0.625em auto; margin-left: -1.375em; margin-right: 0; padding: 0; list-style: none; overflow: hidden; } 531ul.inline > li { list-style: none; float: left; margin-left: 1.375em; display: block; } 532ul.inline > li > * { display: block; } 533 534.unstyled dl dt { font-weight: normal; font-style: normal; } 535 536ol.arabic { list-style-type: decimal; } 537 538ol.decimal { list-style-type: decimal-leading-zero; } 539 540ol.loweralpha { list-style-type: lower-alpha; } 541 542ol.upperalpha { list-style-type: upper-alpha; } 543 544ol.lowerroman { list-style-type: lower-roman; } 545 546ol.upperroman { list-style-type: upper-roman; } 547 548ol.lowergreek { list-style-type: lower-greek; } 549 550.hdlist > table, .colist > table { border: 0; background: none; } 551.hdlist > table > tbody > tr, .colist > table > tbody > tr { background: none; } 552 553td.hdlist1, td.hdlist2 { vertical-align: top; padding: 0 0.625em; } 554 555td.hdlist1 { font-weight: bold; padding-bottom: 1.25em; } 556 557.literalblock + .colist, .listingblock + .colist { margin-top: -0.5em; } 558 559.colist > table tr > td:first-of-type { padding: 0 0.75em; line-height: 1; } 560.colist > table tr > td:first-of-type img { max-width: initial; } 561.colist > table tr > td:last-of-type { padding: 0.25em 0; } 562 563.thumb, .th { line-height: 0; display: inline-block; border: solid 4px white; -webkit-box-shadow: 0 0 0 1px #dddddd; box-shadow: 0 0 0 1px #dddddd; } 564 565.imageblock.left, .imageblock[style*="float: left"] { margin: 0.25em 0.625em 1.25em 0; } 566.imageblock.right, .imageblock[style*="float: right"] { margin: 0.25em 0 1.25em 0.625em; } 567.imageblock > .title { margin-bottom: 0; } 568.imageblock.thumb, .imageblock.th { border-width: 6px; } 569.imageblock.thumb > .title, .imageblock.th > .title { padding: 0 0.125em; } 570 571.image.left, .image.right { margin-top: 0.25em; margin-bottom: 0.25em; display: inline-block; line-height: 0; } 572.image.left { margin-right: 0.625em; } 573.image.right { margin-left: 0.625em; } 574 575a.image { text-decoration: none; display: inline-block; } 576a.image object { pointer-events: none; } 577 578sup.footnote, sup.footnoteref { font-size: 0.875em; position: static; vertical-align: super; } 579sup.footnote a, sup.footnoteref a { text-decoration: none; } 580sup.footnote a:active, sup.footnoteref a:active { text-decoration: underline; } 581 582#footnotes { padding-top: 0.75em; padding-bottom: 0.75em; margin-bottom: 0.625em; } 583#footnotes hr { width: 20%; min-width: 6.25em; margin: -0.25em 0 0.75em 0; border-width: 1px 0 0 0; } 584#footnotes .footnote { padding: 0 0.375em 0 0.225em; line-height: 1.3334; font-size: 0.875em; margin-left: 1.2em; text-indent: -1.05em; margin-bottom: 0.2em; } 585#footnotes .footnote a:first-of-type { font-weight: bold; text-decoration: none; } 586#footnotes .footnote:last-of-type { margin-bottom: 0; } 587#content #footnotes { margin-top: -0.625em; margin-bottom: 0; padding: 0.75em 0; } 588 589.gist .file-data > table { border: 0; background: #fff; width: 100%; margin-bottom: 0; } 590.gist .file-data > table td.line-data { width: 99%; } 591 592div.unbreakable { page-break-inside: avoid; } 593 594.big { font-size: larger; } 595 596.small { font-size: smaller; } 597 598.underline { text-decoration: underline; } 599 600.overline { text-decoration: overline; } 601 602.line-through { text-decoration: line-through; } 603 604.aqua { color: #00bfbf; } 605 606.aqua-background { background-color: #00fafa; } 607 608.black { color: black; } 609 610.black-background { background-color: black; } 611 612.blue { color: #0000bf; } 613 614.blue-background { background-color: #0000fa; } 615 616.fuchsia { color: #bf00bf; } 617 618.fuchsia-background { background-color: #fa00fa; } 619 620.gray { color: #606060; } 621 622.gray-background { background-color: #7d7d7d; } 623 624.green { color: #006000; } 625 626.green-background { background-color: #007d00; } 627 628.lime { color: #00bf00; } 629 630.lime-background { background-color: #00fa00; } 631 632.maroon { color: #600000; } 633 634.maroon-background { background-color: #7d0000; } 635 636.navy { color: #000060; } 637 638.navy-background { background-color: #00007d; } 639 640.olive { color: #606000; } 641 642.olive-background { background-color: #7d7d00; } 643 644.purple { color: #600060; } 645 646.purple-background { background-color: #7d007d; } 647 648.red { color: #bf0000; } 649 650.red-background { background-color: #fa0000; } 651 652.silver { color: #909090; } 653 654.silver-background { background-color: #bcbcbc; } 655 656.teal { color: #006060; } 657 658.teal-background { background-color: #007d7d; } 659 660.white { color: #bfbfbf; } 661 662.white-background { background-color: #fafafa; } 663 664.yellow { color: #bfbf00; } 665 666.yellow-background { background-color: #fafa00; } 667 668span.icon > .fa { cursor: default; } 669 670.admonitionblock td.icon [class^="fa icon-"] { font-size: 2.5em; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); cursor: default; } 671.admonitionblock td.icon .icon-note:before { content: "\f05a"; color: #004060; } 672.admonitionblock td.icon .icon-tip:before { content: "\f0eb"; text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8); color: #111; } 673.admonitionblock td.icon .icon-warning:before { content: "\f071"; color: #bf6900; } 674.admonitionblock td.icon .icon-caution:before { content: "\f06d"; color: #bf3400; } 675.admonitionblock td.icon .icon-important:before { content: "\f06a"; color: #bf0000; } 676 677.conum[data-value] { display: inline-block; color: #fff !important; background-color: rgba(0, 0, 0, 0.8); -webkit-border-radius: 100px; border-radius: 100px; text-align: center; font-size: 0.75em; width: 1.67em; height: 1.67em; line-height: 1.67em; font-family: "Open Sans", "DejaVu Sans", sans-serif; font-style: normal; font-weight: bold; } 678.conum[data-value] * { color: #fff !important; } 679.conum[data-value] + b { display: none; } 680.conum[data-value]:after { content: attr(data-value); } 681pre .conum[data-value] { position: relative; top: -0.125em; } 682 683b.conum * { color: inherit !important; } 684 685.conum:not([data-value]):empty { display: none; } 686 687#toc.toc2 ul ul { list-style-type: circle; padding-left: 2em; } 688 689.sect1 { padding-bottom: 0 !important; margin-bottom: 2.5em; } 690 691#header h1 { font-weight: bold; position: relative; left: -0.0625em; } 692 693#content h2, #content h3, #content #toctitle, #content .sidebarblock > .content > .title, #content h4, #content h5, #content #toctitle { position: relative; left: -0.0625em; } 694#content h2 { font-weight: bold; } 695 696.paragraph.lead > p, #preamble > .sectionbody > .paragraph:first-of-type p { color: black; } 697 698pre.pygments.highlight { background-color: rgba(16, 195, 196, 0.05); } 699 700.pygments .tok-err { border: none !important; color: #800000 !important; } 701 702.pygments .tok-c { color: #999 !important; } 703