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