﻿/* WARNING: DO NOT CHANGE! (This file will be overwritten on next Lobsta install) */
/* 
    Turning the asciidoctor css file into a local file. 
    a) take contents of unmodified asciidoctor.css
    b) copy into the .asciidoctor-local node of asciidoctor-local.scss
    c) select sass file and Web Compiler > Compile
*/
.asciidoctor-local {
  /* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */
  /* Remove comment around @import statement below when using as a custom stylesheet */
  /*@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700";*/
  padding: 10px; }
  .asciidoctor-local article, .asciidoctor-local aside, .asciidoctor-local details, .asciidoctor-local figcaption, .asciidoctor-local figure, .asciidoctor-local footer, .asciidoctor-local header, .asciidoctor-local hgroup, .asciidoctor-local main, .asciidoctor-local nav, .asciidoctor-local section, .asciidoctor-local summary {
    display: block; }
  .asciidoctor-local audio, .asciidoctor-local canvas, .asciidoctor-local video {
    display: inline-block; }
  .asciidoctor-local audio:not([controls]) {
    display: none;
    height: 0; }
  .asciidoctor-local [hidden], .asciidoctor-local template {
    display: none; }
  .asciidoctor-local script {
    display: none !important; }
  .asciidoctor-local html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }
  .asciidoctor-local a {
    background: transparent; }
  .asciidoctor-local a:focus {
    outline: thin dotted; }
  .asciidoctor-local a:active, .asciidoctor-local a:hover {
    outline: 0; }
  .asciidoctor-local h1 {
    font-size: 2em;
    margin: .67em 0; }
  .asciidoctor-local abbr[title] {
    border-bottom: 1px dotted; }
  .asciidoctor-local b, .asciidoctor-local strong {
    font-weight: bold; }
  .asciidoctor-local dfn {
    font-style: italic; }
  .asciidoctor-local hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  .asciidoctor-local mark {
    background: #ff0;
    color: #000; }
  .asciidoctor-local code, .asciidoctor-local kbd, .asciidoctor-local pre, .asciidoctor-local samp {
    font-family: monospace;
    font-size: 1em; }
  .asciidoctor-local pre {
    white-space: pre-wrap; }
  .asciidoctor-local q {
    quotes: "\201C" "\201D" "\2018" "\2019"; }
  .asciidoctor-local small {
    font-size: 80%; }
  .asciidoctor-local sub, .asciidoctor-local sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .asciidoctor-local sup {
    top: -.5em; }
  .asciidoctor-local sub {
    bottom: -.25em; }
  .asciidoctor-local img {
    border: 0; }
  .asciidoctor-local svg:not(:root) {
    overflow: hidden; }
  .asciidoctor-local figure {
    margin: 0; }
  .asciidoctor-local fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em; }
  .asciidoctor-local legend {
    border: 0;
    padding: 0; }
  .asciidoctor-local button, .asciidoctor-local input, .asciidoctor-local select, .asciidoctor-local textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0; }
  .asciidoctor-local button, .asciidoctor-local input {
    line-height: normal; }
  .asciidoctor-local button, .asciidoctor-local select {
    text-transform: none; }
  .asciidoctor-local button, .asciidoctor-local html input[type="button"], .asciidoctor-local input[type="reset"], .asciidoctor-local input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }
  .asciidoctor-local button[disabled], .asciidoctor-local html input[disabled] {
    cursor: default; }
  .asciidoctor-local input[type="checkbox"], .asciidoctor-local input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  .asciidoctor-local input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  .asciidoctor-local input[type="search"]::-webkit-search-cancel-button, .asciidoctor-local input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .asciidoctor-local button::-moz-focus-inner, .asciidoctor-local input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .asciidoctor-local textarea {
    overflow: auto;
    vertical-align: top; }
  .asciidoctor-local table {
    border-collapse: collapse;
    border-spacing: 0; }
  .asciidoctor-local *, .asciidoctor-local *:before, .asciidoctor-local *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .asciidoctor-local html, .asciidoctor-local body {
    font-size: 100%; }
  .asciidoctor-local body {
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    padding: 0;
    margin: 0;
    font-family: "Noto Serif","DejaVu Serif",serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: auto;
    tab-size: 4;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
  .asciidoctor-local a:hover {
    cursor: pointer; }
  .asciidoctor-local img, .asciidoctor-local object, .asciidoctor-local embed {
    max-width: 100%;
    height: auto; }
  .asciidoctor-local object, .asciidoctor-local embed {
    height: 100%; }
  .asciidoctor-local img {
    -ms-interpolation-mode: bicubic; }
  .asciidoctor-local .left {
    float: left !important; }
  .asciidoctor-local .right {
    float: right !important; }
  .asciidoctor-local .text-left {
    text-align: left !important; }
  .asciidoctor-local .text-right {
    text-align: right !important; }
  .asciidoctor-local .text-center {
    text-align: center !important; }
  .asciidoctor-local .text-justify {
    text-align: justify !important; }
  .asciidoctor-local .hide {
    display: none; }
  .asciidoctor-local img, .asciidoctor-local object, .asciidoctor-local svg {
    display: inline-block;
    vertical-align: middle; }
  .asciidoctor-local textarea {
    height: auto;
    min-height: 50px; }
  .asciidoctor-local select {
    width: 100%; }
  .asciidoctor-local .center {
    margin-left: auto;
    margin-right: auto; }
  .asciidoctor-local .spread {
    width: 100%; }
  .asciidoctor-local p.lead, .asciidoctor-local .paragraph.lead > p, .asciidoctor-local #preamble > .sectionbody > .paragraph:first-of-type p {
    font-size: 1.21875em;
    line-height: 1.6; }
  .asciidoctor-local .subheader, .asciidoctor-local .admonitionblock td.content > .title, .asciidoctor-local .audioblock > .title, .asciidoctor-local .exampleblock > .title, .asciidoctor-local .imageblock > .title, .asciidoctor-local .listingblock > .title, .asciidoctor-local .literalblock > .title, .asciidoctor-local .stemblock > .title, .asciidoctor-local .openblock > .title, .asciidoctor-local .paragraph > .title, .asciidoctor-local .quoteblock > .title, .asciidoctor-local table.tableblock > .title, .asciidoctor-local .verseblock > .title, .asciidoctor-local .videoblock > .title, .asciidoctor-local .dlist > .title, .asciidoctor-local .olist > .title, .asciidoctor-local .ulist > .title, .asciidoctor-local .qlist > .title, .asciidoctor-local .hdlist > .title {
    line-height: 1.45;
    color: #7a2518;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: .25em; }
  .asciidoctor-local div, .asciidoctor-local dl, .asciidoctor-local dt, .asciidoctor-local dd, .asciidoctor-local ul, .asciidoctor-local ol, .asciidoctor-local li, .asciidoctor-local h1, .asciidoctor-local h2, .asciidoctor-local h3, .asciidoctor-local #toctitle, .asciidoctor-local .sidebarblock > .content > .title, .asciidoctor-local h4, .asciidoctor-local h5, .asciidoctor-local h6, .asciidoctor-local pre, .asciidoctor-local form, .asciidoctor-local p, .asciidoctor-local blockquote, .asciidoctor-local th, .asciidoctor-local td {
    margin: 0;
    padding: 0;
    direction: ltr; }
  .asciidoctor-local a {
    color: #2156a5;
    text-decoration: underline;
    line-height: inherit; }
  .asciidoctor-local a:hover, .asciidoctor-local a:focus {
    color: #1d4b8f; }
  .asciidoctor-local a img {
    border: none; }
  .asciidoctor-local p {
    font-family: inherit;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1.25em;
    text-rendering: optimizeLegibility; }
  .asciidoctor-local p aside {
    font-size: .875em;
    line-height: 1.35;
    font-style: italic; }
  .asciidoctor-local h1, .asciidoctor-local h2, .asciidoctor-local h3, .asciidoctor-local #toctitle, .asciidoctor-local .sidebarblock > .content > .title, .asciidoctor-local h4, .asciidoctor-local h5, .asciidoctor-local h6 {
    font-family: "Open Sans","DejaVu Sans",sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #ba3925;
    text-rendering: optimizeLegibility;
    margin-top: 1em;
    margin-bottom: .5em;
    line-height: 1.0125em; }
  .asciidoctor-local h1 small, .asciidoctor-local h2 small, .asciidoctor-local h3 small, .asciidoctor-local #toctitle small, .asciidoctor-local .sidebarblock > .content > .title small, .asciidoctor-local h4 small, .asciidoctor-local h5 small, .asciidoctor-local h6 small {
    font-size: 60%;
    color: #e99b8f;
    line-height: 0; }
  .asciidoctor-local h1 {
    font-size: 2.125em; }
  .asciidoctor-local h2 {
    font-size: 1.6875em; }
  .asciidoctor-local h3, .asciidoctor-local #toctitle, .asciidoctor-local .sidebarblock > .content > .title {
    font-size: 1.375em; }
  .asciidoctor-local h4, .asciidoctor-local h5 {
    font-size: 1.125em; }
  .asciidoctor-local h6 {
    font-size: 1em; }
  .asciidoctor-local hr {
    border: solid #ddddd8;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25em 0 1.1875em;
    height: 0; }
  .asciidoctor-local em, .asciidoctor-local i {
    font-style: italic;
    line-height: inherit; }
  .asciidoctor-local strong, .asciidoctor-local b {
    font-weight: bold;
    line-height: inherit; }
  .asciidoctor-local small {
    font-size: 60%;
    line-height: inherit; }
  .asciidoctor-local code {
    font-family: "Droid Sans Mono","DejaVu Sans Mono",monospace;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9); }
  .asciidoctor-local ul, .asciidoctor-local ol, .asciidoctor-local dl {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1.25em;
    list-style-position: outside;
    font-family: inherit; }
  .asciidoctor-local ul, .asciidoctor-local ol {
    margin-left: 1.5em; }
  .asciidoctor-local ul li ul, .asciidoctor-local ul li ol {
    margin-left: 1.25em;
    margin-bottom: 0;
    font-size: 1em; }
  .asciidoctor-local ul.square li ul, .asciidoctor-local ul.circle li ul, .asciidoctor-local ul.disc li ul {
    list-style: inherit; }
  .asciidoctor-local ul.square {
    list-style-type: square; }
  .asciidoctor-local ul.circle {
    list-style-type: circle; }
  .asciidoctor-local ul.disc {
    list-style-type: disc; }
  .asciidoctor-local ol li ul, .asciidoctor-local ol li ol {
    margin-left: 1.25em;
    margin-bottom: 0; }
  .asciidoctor-local dl dt {
    margin-bottom: .3125em;
    font-weight: bold; }
  .asciidoctor-local dl dd {
    margin-bottom: 1.25em; }
  .asciidoctor-local abbr, .asciidoctor-local acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: rgba(0, 0, 0, 0.8);
    border-bottom: 1px dotted #ddd;
    cursor: help; }
  .asciidoctor-local abbr {
    text-transform: none; }
  .asciidoctor-local blockquote {
    margin: 0 0 1.25em;
    padding: .5625em 1.25em 0 1.1875em;
    border-left: 1px solid #ddd; }
  .asciidoctor-local blockquote cite {
    display: block;
    font-size: .9375em;
    color: rgba(0, 0, 0, 0.6); }
  .asciidoctor-local blockquote cite:before {
    content: "\2014 \0020"; }
  .asciidoctor-local blockquote cite a, .asciidoctor-local blockquote cite a:visited {
    color: rgba(0, 0, 0, 0.6); }
  .asciidoctor-local blockquote, .asciidoctor-local blockquote p {
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.85); }
  @media only screen and (min-width: 768px) {
    .asciidoctor-local h1, .asciidoctor-local h2, .asciidoctor-local h3, .asciidoctor-local #toctitle, .asciidoctor-local .sidebarblock > .content > .title, .asciidoctor-local h4, .asciidoctor-local h5, .asciidoctor-local h6 {
      line-height: 1.2; }
    .asciidoctor-local h1 {
      font-size: 2.75em; }
    .asciidoctor-local h2 {
      font-size: 2.3125em; }
    .asciidoctor-local h3, .asciidoctor-local #toctitle, .asciidoctor-local .sidebarblock > .content > .title {
      font-size: 1.6875em; }
    .asciidoctor-local h4 {
      font-size: 1.4375em; } }
  .asciidoctor-local table {
    background: #fff;
    margin-bottom: 1.25em;
    border: solid 1px #dedede; }
  .asciidoctor-local table thead, .asciidoctor-local table tfoot {
    background: #f7f8f7;
    font-weight: bold; }
  .asciidoctor-local table thead tr th, .asciidoctor-local table thead tr td, .asciidoctor-local table tfoot tr th, .asciidoctor-local table tfoot tr td {
    padding: .5em .625em .625em;
    font-size: inherit;
    color: rgba(0, 0, 0, 0.8);
    text-align: left; }
  .asciidoctor-local table tr th, .asciidoctor-local table tr td {
    padding: .5625em .625em;
    font-size: inherit;
    color: rgba(0, 0, 0, 0.8); }
  .asciidoctor-local table tr.even, .asciidoctor-local table tr.alt, .asciidoctor-local table tr:nth-of-type(even) {
    background: #f8f8f7; }
  .asciidoctor-local table thead tr th, .asciidoctor-local table tfoot tr th, .asciidoctor-local table tbody tr td, .asciidoctor-local table tr td, .asciidoctor-local table tfoot tr td {
    display: table-cell;
    line-height: 1.6; }
  .asciidoctor-local h1, .asciidoctor-local h2, .asciidoctor-local h3, .asciidoctor-local #toctitle, .asciidoctor-local .sidebarblock > .content > .title, .asciidoctor-local h4, .asciidoctor-local h5, .asciidoctor-local h6 {
    line-height: 1.2;
    word-spacing: -.05em; }
  .asciidoctor-local h1 strong, .asciidoctor-local h2 strong, .asciidoctor-local h3 strong, .asciidoctor-local #toctitle strong, .asciidoctor-local .sidebarblock > .content > .title strong, .asciidoctor-local h4 strong, .asciidoctor-local h5 strong, .asciidoctor-local h6 strong {
    font-weight: 400; }
  .asciidoctor-local .clearfix:before, .asciidoctor-local .clearfix:after, .asciidoctor-local .float-group:before, .asciidoctor-local .float-group:after {
    content: " ";
    display: table; }
  .asciidoctor-local .clearfix:after, .asciidoctor-local .float-group:after {
    clear: both; }
  .asciidoctor-local *:not(pre) > code {
    font-size: .9375em;
    font-style: normal !important;
    letter-spacing: 0;
    padding: .1em .5ex;
    word-spacing: -.15em;
    background-color: #f7f7f8;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 1.45;
    text-rendering: optimizeSpeed;
    word-wrap: break-word; }
  .asciidoctor-local *:not(pre) > code.nobreak {
    word-wrap: normal; }
  .asciidoctor-local *:not(pre) > code.nowrap {
    white-space: nowrap; }
  .asciidoctor-local pre, .asciidoctor-local pre > code {
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.9);
    font-family: "Droid Sans Mono","DejaVu Sans Mono",monospace;
    font-weight: 400;
    text-rendering: optimizeSpeed; }
  .asciidoctor-local em em {
    font-style: normal; }
  .asciidoctor-local strong strong {
    font-weight: 400; }
  .asciidoctor-local .keyseq {
    color: rgba(51, 51, 51, 0.8); }
  .asciidoctor-local kbd {
    font-family: "Droid Sans Mono","DejaVu Sans Mono",monospace;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    font-size: .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 #fff inset;
    margin: 0 .15em;
    padding: .2em .5em;
    vertical-align: middle;
    position: relative;
    top: -.1em;
    white-space: nowrap; }
  .asciidoctor-local .keyseq kbd:first-child {
    margin-left: 0; }
  .asciidoctor-local .keyseq kbd:last-child {
    margin-right: 0; }
  .asciidoctor-local .menuseq, .asciidoctor-local .menuref {
    color: #000; }
  .asciidoctor-local .menuseq b:not(.caret), .asciidoctor-local .menuref {
    font-weight: inherit; }
  .asciidoctor-local .menuseq {
    word-spacing: -.02em; }
  .asciidoctor-local .menuseq b.caret {
    font-size: 1.25em;
    line-height: .8; }
  .asciidoctor-local .menuseq i.caret {
    font-weight: bold;
    text-align: center;
    width: .45em; }
  .asciidoctor-local b.button:before, .asciidoctor-local b.button:after {
    position: relative;
    top: -1px;
    font-weight: 400; }
  .asciidoctor-local b.button:before {
    content: "[";
    padding: 0 3px 0 2px; }
  .asciidoctor-local b.button:after {
    content: "]";
    padding: 0 2px 0 3px; }
  .asciidoctor-local p a > code:hover {
    color: rgba(0, 0, 0, 0.9); }
  .asciidoctor-local #header, .asciidoctor-local #content, .asciidoctor-local #footnotes, .asciidoctor-local #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: .9375em;
    padding-right: .9375em; }
  .asciidoctor-local #header:before, .asciidoctor-local #header:after, .asciidoctor-local #content:before, .asciidoctor-local #content:after, .asciidoctor-local #footnotes:before, .asciidoctor-local #footnotes:after, .asciidoctor-local #footer:before, .asciidoctor-local #footer:after {
    content: " ";
    display: table; }
  .asciidoctor-local #header:after, .asciidoctor-local #content:after, .asciidoctor-local #footnotes:after, .asciidoctor-local #footer:after {
    clear: both; }
  .asciidoctor-local #content {
    margin-top: 1.25em; }
  .asciidoctor-local #content:before {
    content: none; }
  .asciidoctor-local #header > h1:first-child {
    color: rgba(0, 0, 0, 0.85);
    margin-top: 2.25rem;
    margin-bottom: 0; }
  .asciidoctor-local #header > h1:first-child + #toc {
    margin-top: 8px;
    border-top: 1px solid #ddddd8; }
  .asciidoctor-local #header > h1:only-child, .asciidoctor-local body.toc2 #header > h1:nth-last-child(2) {
    border-bottom: 1px solid #ddddd8;
    padding-bottom: 8px; }
  .asciidoctor-local #header .details {
    border-bottom: 1px solid #ddddd8;
    line-height: 1.45;
    padding-top: .25em;
    padding-bottom: .25em;
    padding-left: .25em;
    color: rgba(0, 0, 0, 0.6);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; }
  .asciidoctor-local #header .details span:first-child {
    margin-left: -.125em; }
  .asciidoctor-local #header .details span.email a {
    color: rgba(0, 0, 0, 0.85); }
  .asciidoctor-local #header .details br {
    display: none; }
  .asciidoctor-local #header .details br + span:before {
    content: "\00a0\2013\00a0"; }
  .asciidoctor-local #header .details br + span.author:before {
    content: "\00a0\22c5\00a0";
    color: rgba(0, 0, 0, 0.85); }
  .asciidoctor-local #header .details br + span#revremark:before {
    content: "\00a0|\00a0"; }
  .asciidoctor-local #header #revnumber {
    text-transform: capitalize; }
  .asciidoctor-local #header #revnumber:after {
    content: "\00a0"; }
  .asciidoctor-local #content > h1:first-child:not([class]) {
    color: rgba(0, 0, 0, 0.85);
    border-bottom: 1px solid #ddddd8;
    padding-bottom: 8px;
    margin-top: 0;
    padding-top: 1rem;
    margin-bottom: 1.25rem; }
  .asciidoctor-local #toc {
    border-bottom: 1px solid #efefed;
    padding-bottom: .5em; }
  .asciidoctor-local #toc > ul {
    margin-left: .125em; }
  .asciidoctor-local #toc ul.sectlevel0 > li > a {
    font-style: italic; }
  .asciidoctor-local #toc ul.sectlevel0 ul.sectlevel1 {
    margin: .5em 0; }
  .asciidoctor-local #toc ul {
    font-family: "Open Sans","DejaVu Sans",sans-serif;
    list-style-type: none; }
  .asciidoctor-local #toc li {
    line-height: 1.3334;
    margin-top: .3334em; }
  .asciidoctor-local #toc a {
    text-decoration: none; }
  .asciidoctor-local #toc a:active {
    text-decoration: underline; }
  .asciidoctor-local #toctitle {
    color: #7a2518;
    font-size: 1.2em; }
  @media only screen and (min-width: 768px) {
    .asciidoctor-local #toctitle {
      font-size: 1.375em; }
    .asciidoctor-local body.toc2 {
      padding-left: 15em;
      padding-right: 0; }
    .asciidoctor-local #toc.toc2 {
      margin-top: 0 !important;
      background-color: #f8f8f7;
      position: fixed;
      width: 15em;
      left: 0;
      top: 0;
      border-right: 1px solid #efefed;
      border-top-width: 0 !important;
      border-bottom-width: 0 !important;
      z-index: 1000;
      padding: 1.25em 1em;
      height: 100%;
      overflow: auto; }
    .asciidoctor-local #toc.toc2 #toctitle {
      margin-top: 0;
      margin-bottom: .8rem;
      font-size: 1.2em; }
    .asciidoctor-local #toc.toc2 > ul {
      font-size: .9em;
      margin-bottom: 0; }
    .asciidoctor-local #toc.toc2 ul ul {
      margin-left: 0;
      padding-left: 1em; }
    .asciidoctor-local #toc.toc2 ul.sectlevel0 ul.sectlevel1 {
      padding-left: 0;
      margin-top: .5em;
      margin-bottom: .5em; }
    .asciidoctor-local body.toc2.toc-right {
      padding-left: 0;
      padding-right: 15em; }
    .asciidoctor-local body.toc2.toc-right #toc.toc2 {
      border-right-width: 0;
      border-left: 1px solid #efefed;
      left: auto;
      right: 0; } }
  @media only screen and (min-width: 1280px) {
    .asciidoctor-local body.toc2 {
      padding-left: 20em;
      padding-right: 0; }
    .asciidoctor-local #toc.toc2 {
      width: 20em; }
    .asciidoctor-local #toc.toc2 #toctitle {
      font-size: 1.375em; }
    .asciidoctor-local #toc.toc2 > ul {
      font-size: .95em; }
    .asciidoctor-local #toc.toc2 ul ul {
      padding-left: 1.25em; }
    .asciidoctor-local body.toc2.toc-right {
      padding-left: 0;
      padding-right: 20em; } }
  .asciidoctor-local #content #toc {
    border-style: solid;
    border-width: 1px;
    border-color: #e0e0dc;
    margin-bottom: 1.25em;
    padding: 1.25em;
    background: #f8f8f7;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
  .asciidoctor-local #content #toc > :first-child {
    margin-top: 0; }
  .asciidoctor-local #content #toc > :last-child {
    margin-bottom: 0; }
  .asciidoctor-local #footer {
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 1.25em; }
  .asciidoctor-local #footer-text {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.44; }
  .asciidoctor-local .sect1 {
    padding-bottom: .625em; }
  @media only screen and (min-width: 768px) {
    .asciidoctor-local .sect1 {
      padding-bottom: 1.25em; } }
  .asciidoctor-local .sect1 + .sect1 {
    border-top: 1px solid #efefed; }
  .asciidoctor-local #content h1 > a.anchor, .asciidoctor-local h2 > a.anchor, .asciidoctor-local h3 > a.anchor, .asciidoctor-local #toctitle > a.anchor, .asciidoctor-local .sidebarblock > .content > .title > a.anchor, .asciidoctor-local h4 > a.anchor, .asciidoctor-local h5 > a.anchor, .asciidoctor-local 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: 400; }
  .asciidoctor-local #content h1 > a.anchor:before, .asciidoctor-local h2 > a.anchor:before, .asciidoctor-local h3 > a.anchor:before, .asciidoctor-local #toctitle > a.anchor:before, .asciidoctor-local .sidebarblock > .content > .title > a.anchor:before, .asciidoctor-local h4 > a.anchor:before, .asciidoctor-local h5 > a.anchor:before, .asciidoctor-local h6 > a.anchor:before {
    content: "\00A7";
    font-size: .85em;
    display: block;
    padding-top: .1em; }
  .asciidoctor-local #content h1:hover > a.anchor, .asciidoctor-local #content h1 > a.anchor:hover, .asciidoctor-local h2:hover > a.anchor, .asciidoctor-local h2 > a.anchor:hover, .asciidoctor-local h3:hover > a.anchor, .asciidoctor-local #toctitle:hover > a.anchor, .asciidoctor-local .sidebarblock > .content > .title:hover > a.anchor, .asciidoctor-local h3 > a.anchor:hover, .asciidoctor-local #toctitle > a.anchor:hover, .asciidoctor-local .sidebarblock > .content > .title > a.anchor:hover, .asciidoctor-local h4:hover > a.anchor, .asciidoctor-local h4 > a.anchor:hover, .asciidoctor-local h5:hover > a.anchor, .asciidoctor-local h5 > a.anchor:hover, .asciidoctor-local h6:hover > a.anchor, .asciidoctor-local h6 > a.anchor:hover {
    visibility: visible; }
  .asciidoctor-local #content h1 > a.link, .asciidoctor-local h2 > a.link, .asciidoctor-local h3 > a.link, .asciidoctor-local #toctitle > a.link, .asciidoctor-local .sidebarblock > .content > .title > a.link, .asciidoctor-local h4 > a.link, .asciidoctor-local h5 > a.link, .asciidoctor-local h6 > a.link {
    color: #ba3925;
    text-decoration: none; }
  .asciidoctor-local #content h1 > a.link:hover, .asciidoctor-local h2 > a.link:hover, .asciidoctor-local h3 > a.link:hover, .asciidoctor-local #toctitle > a.link:hover, .asciidoctor-local .sidebarblock > .content > .title > a.link:hover, .asciidoctor-local h4 > a.link:hover, .asciidoctor-local h5 > a.link:hover, .asciidoctor-local h6 > a.link:hover {
    color: #a53221; }
  .asciidoctor-local .audioblock, .asciidoctor-local .imageblock, .asciidoctor-local .literalblock, .asciidoctor-local .listingblock, .asciidoctor-local .stemblock, .asciidoctor-local .videoblock {
    margin-bottom: 1.25em; }
  .asciidoctor-local .admonitionblock td.content > .title, .asciidoctor-local .audioblock > .title, .asciidoctor-local .exampleblock > .title, .asciidoctor-local .imageblock > .title, .asciidoctor-local .listingblock > .title, .asciidoctor-local .literalblock > .title, .asciidoctor-local .stemblock > .title, .asciidoctor-local .openblock > .title, .asciidoctor-local .paragraph > .title, .asciidoctor-local .quoteblock > .title, .asciidoctor-local table.tableblock > .title, .asciidoctor-local .verseblock > .title, .asciidoctor-local .videoblock > .title, .asciidoctor-local .dlist > .title, .asciidoctor-local .olist > .title, .asciidoctor-local .ulist > .title, .asciidoctor-local .qlist > .title, .asciidoctor-local .hdlist > .title {
    text-rendering: optimizeLegibility;
    text-align: left;
    font-family: "Noto Serif","DejaVu Serif",serif;
    font-size: 1rem;
    font-style: italic; }
  .asciidoctor-local table.tableblock > caption.title {
    white-space: nowrap;
    overflow: visible;
    max-width: 0; }
  .asciidoctor-local .paragraph.lead > p, .asciidoctor-local #preamble > .sectionbody > .paragraph:first-of-type p {
    color: rgba(0, 0, 0, 0.85); }
  .asciidoctor-local table.tableblock #preamble > .sectionbody > .paragraph:first-of-type p {
    font-size: inherit; }
  .asciidoctor-local .admonitionblock > table {
    border-collapse: separate;
    border: 0;
    background: none;
    width: 100%; }
  .asciidoctor-local .admonitionblock > table td.icon {
    text-align: center;
    width: 80px; }
  .asciidoctor-local .admonitionblock > table td.icon img {
    max-width: initial; }
  .asciidoctor-local .admonitionblock > table td.icon .title {
    font-weight: bold;
    font-family: "Open Sans","DejaVu Sans",sans-serif;
    text-transform: uppercase; }
  .asciidoctor-local .admonitionblock > table td.content {
    padding-left: 1.125em;
    padding-right: 1.25em;
    border-left: 1px solid #ddddd8;
    color: rgba(0, 0, 0, 0.6); }
  .asciidoctor-local .admonitionblock > table td.content > :last-child > :last-child {
    margin-bottom: 0; }
  .asciidoctor-local .exampleblock > .content {
    border-style: solid;
    border-width: 1px;
    border-color: #e6e6e6;
    margin-bottom: 1.25em;
    padding: 1.25em;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
  .asciidoctor-local .exampleblock > .content > :first-child {
    margin-top: 0; }
  .asciidoctor-local .exampleblock > .content > :last-child {
    margin-bottom: 0; }
  .asciidoctor-local .sidebarblock {
    border-style: solid;
    border-width: 1px;
    border-color: #e0e0dc;
    margin-bottom: 1.25em;
    padding: 1.25em;
    background: #f8f8f7;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
  .asciidoctor-local .sidebarblock > :first-child {
    margin-top: 0; }
  .asciidoctor-local .sidebarblock > :last-child {
    margin-bottom: 0; }
  .asciidoctor-local .sidebarblock > .content > .title {
    color: #7a2518;
    margin-top: 0;
    text-align: center; }
  .asciidoctor-local .exampleblock > .content > :last-child > :last-child, .asciidoctor-local .exampleblock > .content .olist > ol > li:last-child > :last-child, .asciidoctor-local .exampleblock > .content .ulist > ul > li:last-child > :last-child, .asciidoctor-local .exampleblock > .content .qlist > ol > li:last-child > :last-child, .asciidoctor-local .sidebarblock > .content > :last-child > :last-child, .asciidoctor-local .sidebarblock > .content .olist > ol > li:last-child > :last-child, .asciidoctor-local .sidebarblock > .content .ulist > ul > li:last-child > :last-child, .asciidoctor-local .sidebarblock > .content .qlist > ol > li:last-child > :last-child {
    margin-bottom: 0; }
  .asciidoctor-local .literalblock pre, .asciidoctor-local .listingblock pre:not(.highlight), .asciidoctor-local .listingblock pre[class="highlight"], .asciidoctor-local .listingblock pre[class^="highlight "], .asciidoctor-local .listingblock pre.CodeRay, .asciidoctor-local .listingblock pre.prettyprint {
    background: #f7f7f8; }
  .asciidoctor-local .sidebarblock .literalblock pre, .asciidoctor-local .sidebarblock .listingblock pre:not(.highlight), .asciidoctor-local .sidebarblock .listingblock pre[class="highlight"], .asciidoctor-local .sidebarblock .listingblock pre[class^="highlight "], .asciidoctor-local .sidebarblock .listingblock pre.CodeRay, .asciidoctor-local .sidebarblock .listingblock pre.prettyprint {
    background: #f2f1f1; }
  .asciidoctor-local .literalblock pre, .asciidoctor-local .literalblock pre[class], .asciidoctor-local .listingblock pre, .asciidoctor-local .listingblock pre[class] {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    word-wrap: break-word;
    padding: 1em;
    font-size: .8125em; }
  .asciidoctor-local .literalblock pre.nowrap, .asciidoctor-local .literalblock pre[class].nowrap, .asciidoctor-local .listingblock pre.nowrap, .asciidoctor-local .listingblock pre[class].nowrap {
    overflow-x: auto;
    white-space: pre;
    word-wrap: normal; }
  @media only screen and (min-width: 768px) {
    .asciidoctor-local .literalblock pre, .asciidoctor-local .literalblock pre[class], .asciidoctor-local .listingblock pre, .asciidoctor-local .listingblock pre[class] {
      font-size: .90625em; } }
  @media only screen and (min-width: 1280px) {
    .asciidoctor-local .literalblock pre, .asciidoctor-local .literalblock pre[class], .asciidoctor-local .listingblock pre, .asciidoctor-local .listingblock pre[class] {
      font-size: 1em; } }
  .asciidoctor-local .literalblock.output pre {
    color: #f7f7f8;
    background-color: rgba(0, 0, 0, 0.9); }
  .asciidoctor-local .listingblock pre.highlightjs {
    padding: 0; }
  .asciidoctor-local .listingblock pre.highlightjs > code {
    padding: 1em;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
  .asciidoctor-local .listingblock pre.prettyprint {
    border-width: 0; }
  .asciidoctor-local .listingblock > .content {
    position: relative; }
  .asciidoctor-local .listingblock code[data-lang]:before {
    display: none;
    content: attr(data-lang);
    position: absolute;
    font-size: .75em;
    top: .425rem;
    right: .5rem;
    line-height: 1;
    text-transform: uppercase;
    color: #999; }
  .asciidoctor-local .listingblock:hover code[data-lang]:before {
    display: block; }
  .asciidoctor-local .listingblock.terminal pre .command:before {
    content: attr(data-prompt);
    padding-right: .5em;
    color: #999; }
  .asciidoctor-local .listingblock.terminal pre .command:not([data-prompt]):before {
    content: "$"; }
  .asciidoctor-local table.pyhltable {
    border-collapse: separate;
    border: 0;
    margin-bottom: 0;
    background: none; }
  .asciidoctor-local table.pyhltable td {
    vertical-align: top;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.45; }
  .asciidoctor-local table.pyhltable td.code {
    padding-left: .75em;
    padding-right: 0; }
  .asciidoctor-local pre.pygments .lineno, .asciidoctor-local table.pyhltable td:not(.code) {
    color: #999;
    padding-left: 0;
    padding-right: .5em;
    border-right: 1px solid #ddddd8; }
  .asciidoctor-local pre.pygments .lineno {
    display: inline-block;
    margin-right: .25em; }
  .asciidoctor-local table.pyhltable .linenodiv {
    background: none !important;
    padding-right: 0 !important; }
  .asciidoctor-local .quoteblock {
    margin: 0 1em 1.25em 1.5em;
    display: table; }
  .asciidoctor-local .quoteblock > .title {
    margin-left: -1.5em;
    margin-bottom: .75em; }
  .asciidoctor-local .quoteblock blockquote, .asciidoctor-local .quoteblock blockquote p {
    color: rgba(0, 0, 0, 0.85);
    font-size: 1.15rem;
    line-height: 1.75;
    word-spacing: .1em;
    letter-spacing: 0;
    font-style: italic;
    text-align: justify; }
  .asciidoctor-local .quoteblock blockquote {
    margin: 0;
    padding: 0;
    border: 0; }
  .asciidoctor-local .quoteblock blockquote:before {
    content: "\201c";
    float: left;
    font-size: 2.75em;
    font-weight: bold;
    line-height: .6em;
    margin-left: -.6em;
    color: #7a2518;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
  .asciidoctor-local .quoteblock blockquote > .paragraph:last-child p {
    margin-bottom: 0; }
  .asciidoctor-local .quoteblock .attribution {
    margin-top: .5em;
    margin-right: .5ex;
    text-align: right; }
  .asciidoctor-local .quoteblock .quoteblock {
    margin-left: 0;
    margin-right: 0;
    padding: .5em 0;
    border-left: 3px solid rgba(0, 0, 0, 0.6); }
  .asciidoctor-local .quoteblock .quoteblock blockquote {
    padding: 0 0 0 .75em; }
  .asciidoctor-local .quoteblock .quoteblock blockquote:before {
    display: none; }
  .asciidoctor-local .verseblock {
    margin: 0 1em 1.25em 1em; }
  .asciidoctor-local .verseblock pre {
    font-family: "Open Sans","DejaVu Sans",sans;
    font-size: 1.15rem;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 300;
    text-rendering: optimizeLegibility; }
  .asciidoctor-local .verseblock pre strong {
    font-weight: 400; }
  .asciidoctor-local .verseblock .attribution {
    margin-top: 1.25rem;
    margin-left: .5ex; }
  .asciidoctor-local .quoteblock .attribution, .asciidoctor-local .verseblock .attribution {
    font-size: .9375em;
    line-height: 1.45;
    font-style: italic; }
  .asciidoctor-local .quoteblock .attribution br, .asciidoctor-local .verseblock .attribution br {
    display: none; }
  .asciidoctor-local .quoteblock .attribution cite, .asciidoctor-local .verseblock .attribution cite {
    display: block;
    letter-spacing: -.025em;
    color: rgba(0, 0, 0, 0.6); }
  .asciidoctor-local .quoteblock.abstract {
    margin: 0 0 1.25em 0;
    display: block; }
  .asciidoctor-local .quoteblock.abstract blockquote, .asciidoctor-local .quoteblock.abstract blockquote p {
    text-align: left;
    word-spacing: 0; }
  .asciidoctor-local .quoteblock.abstract blockquote:before, .asciidoctor-local .quoteblock.abstract blockquote p:first-of-type:before {
    display: none; }
  .asciidoctor-local table.tableblock {
    max-width: 100%;
    border-collapse: separate; }
  .asciidoctor-local table.tableblock td > .paragraph:last-child p > p:last-child, .asciidoctor-local table.tableblock th > p:last-child, .asciidoctor-local table.tableblock td > p:last-child {
    margin-bottom: 0; }
  .asciidoctor-local table.tableblock, .asciidoctor-local th.tableblock, .asciidoctor-local td.tableblock {
    border: 0 solid #dedede; }
  .asciidoctor-local table.grid-all > thead > tr > .tableblock, .asciidoctor-local table.grid-all > tbody > tr > .tableblock {
    border-width: 0 1px 1px 0; }
  .asciidoctor-local table.grid-all > tfoot > tr > .tableblock {
    border-width: 1px 1px 0 0; }
  .asciidoctor-local table.grid-cols > * > tr > .tableblock {
    border-width: 0 1px 0 0; }
  .asciidoctor-local table.grid-rows > thead > tr > .tableblock, .asciidoctor-local table.grid-rows > tbody > tr > .tableblock {
    border-width: 0 0 1px 0; }
  .asciidoctor-local table.grid-rows > tfoot > tr > .tableblock {
    border-width: 1px 0 0 0; }
  .asciidoctor-local table.grid-all > * > tr > .tableblock:last-child, .asciidoctor-local table.grid-cols > * > tr > .tableblock:last-child {
    border-right-width: 0; }
  .asciidoctor-local table.grid-all > tbody > tr:last-child > .tableblock, .asciidoctor-local table.grid-all > thead:last-child > tr > .tableblock, .asciidoctor-local table.grid-rows > tbody > tr:last-child > .tableblock, .asciidoctor-local table.grid-rows > thead:last-child > tr > .tableblock {
    border-bottom-width: 0; }
  .asciidoctor-local table.frame-all {
    border-width: 1px; }
  .asciidoctor-local table.frame-sides {
    border-width: 0 1px; }
  .asciidoctor-local table.frame-topbot {
    border-width: 1px 0; }
  .asciidoctor-local th.halign-left, .asciidoctor-local td.halign-left {
    text-align: left; }
  .asciidoctor-local th.halign-right, .asciidoctor-local td.halign-right {
    text-align: right; }
  .asciidoctor-local th.halign-center, .asciidoctor-local td.halign-center {
    text-align: center; }
  .asciidoctor-local th.valign-top, .asciidoctor-local td.valign-top {
    vertical-align: top; }
  .asciidoctor-local th.valign-bottom, .asciidoctor-local td.valign-bottom {
    vertical-align: bottom; }
  .asciidoctor-local th.valign-middle, .asciidoctor-local td.valign-middle {
    vertical-align: middle; }
  .asciidoctor-local table thead th, .asciidoctor-local table tfoot th {
    font-weight: bold; }
  .asciidoctor-local tbody tr th {
    display: table-cell;
    line-height: 1.6;
    background: #f7f8f7; }
  .asciidoctor-local tbody tr th, .asciidoctor-local tbody tr th p, .asciidoctor-local tfoot tr th, .asciidoctor-local tfoot tr th p {
    color: rgba(0, 0, 0, 0.8);
    font-weight: bold; }
  .asciidoctor-local p.tableblock > code:only-child {
    background: none;
    padding: 0; }
  .asciidoctor-local p.tableblock {
    font-size: 1em; }
  .asciidoctor-local td > div.verse {
    white-space: pre; }
  .asciidoctor-local ol {
    margin-left: 1.75em; }
  .asciidoctor-local ul li ol {
    margin-left: 1.5em; }
  .asciidoctor-local dl dd {
    margin-left: 1.125em; }
  .asciidoctor-local dl dd:last-child, .asciidoctor-local dl dd:last-child > :last-child {
    margin-bottom: 0; }
  .asciidoctor-local ol > li p, .asciidoctor-local ul > li p, .asciidoctor-local ul dd, .asciidoctor-local ol dd, .asciidoctor-local .olist .olist, .asciidoctor-local .ulist .ulist, .asciidoctor-local .ulist .olist, .asciidoctor-local .olist .ulist {
    margin-bottom: .625em; }
  .asciidoctor-local ul.checklist, .asciidoctor-local ul.none, .asciidoctor-local ol.none, .asciidoctor-local ul.no-bullet, .asciidoctor-local ol.no-bullet, .asciidoctor-local ol.unnumbered, .asciidoctor-local ul.unstyled, .asciidoctor-local ol.unstyled {
    list-style-type: none; }
  .asciidoctor-local ul.no-bullet, .asciidoctor-local ol.no-bullet, .asciidoctor-local ol.unnumbered {
    margin-left: .625em; }
  .asciidoctor-local ul.unstyled, .asciidoctor-local ol.unstyled {
    margin-left: 0; }
  .asciidoctor-local ul.checklist {
    margin-left: .625em; }
  .asciidoctor-local ul.checklist li > p:first-child > .fa-square-o:first-child, .asciidoctor-local ul.checklist li > p:first-child > .fa-check-square-o:first-child {
    width: 1.25em;
    font-size: .8em;
    position: relative;
    bottom: .125em; }
  .asciidoctor-local ul.checklist li > p:first-child > input[type="checkbox"]:first-child {
    margin-right: .25em; }
  .asciidoctor-local ul.inline {
    margin: 0 auto .625em auto;
    margin-left: -1.375em;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden; }
  .asciidoctor-local ul.inline > li {
    list-style: none;
    float: left;
    margin-left: 1.375em;
    display: block; }
  .asciidoctor-local ul.inline > li > * {
    display: block; }
  .asciidoctor-local .unstyled dl dt {
    font-weight: 400;
    font-style: normal; }
  .asciidoctor-local ol.arabic {
    list-style-type: decimal; }
  .asciidoctor-local ol.decimal {
    list-style-type: decimal-leading-zero; }
  .asciidoctor-local ol.loweralpha {
    list-style-type: lower-alpha; }
  .asciidoctor-local ol.upperalpha {
    list-style-type: upper-alpha; }
  .asciidoctor-local ol.lowerroman {
    list-style-type: lower-roman; }
  .asciidoctor-local ol.upperroman {
    list-style-type: upper-roman; }
  .asciidoctor-local ol.lowergreek {
    list-style-type: lower-greek; }
  .asciidoctor-local .hdlist > table, .asciidoctor-local .colist > table {
    border: 0;
    background: none; }
  .asciidoctor-local .hdlist > table > tbody > tr, .asciidoctor-local .colist > table > tbody > tr {
    background: none; }
  .asciidoctor-local td.hdlist1, .asciidoctor-local td.hdlist2 {
    vertical-align: top;
    padding: 0 .625em; }
  .asciidoctor-local td.hdlist1 {
    font-weight: bold;
    padding-bottom: 1.25em; }
  .asciidoctor-local .literalblock + .colist, .asciidoctor-local .listingblock + .colist {
    margin-top: -.5em; }
  .asciidoctor-local .colist > table tr > td:first-of-type {
    padding: .4em .75em 0 .75em;
    line-height: 1;
    vertical-align: top; }
  .asciidoctor-local .colist > table tr > td:first-of-type img {
    max-width: initial; }
  .asciidoctor-local .colist > table tr > td:last-of-type {
    padding: .25em 0; }
  .asciidoctor-local .thumb, .asciidoctor-local .th {
    line-height: 0;
    display: inline-block;
    border: solid 4px #fff;
    -webkit-box-shadow: 0 0 0 1px #ddd;
    box-shadow: 0 0 0 1px #ddd; }
  .asciidoctor-local .imageblock.left, .asciidoctor-local .imageblock[style*="float: left"] {
    margin: .25em .625em 1.25em 0; }
  .asciidoctor-local .imageblock.right, .asciidoctor-local .imageblock[style*="float: right"] {
    margin: .25em 0 1.25em .625em; }
  .asciidoctor-local .imageblock > .title {
    margin-bottom: 0; }
  .asciidoctor-local .imageblock.thumb, .asciidoctor-local .imageblock.th {
    border-width: 6px; }
  .asciidoctor-local .imageblock.thumb > .title, .asciidoctor-local .imageblock.th > .title {
    padding: 0 .125em; }
  .asciidoctor-local .image.left, .asciidoctor-local .image.right {
    margin-top: .25em;
    margin-bottom: .25em;
    display: inline-block;
    line-height: 0; }
  .asciidoctor-local .image.left {
    margin-right: .625em; }
  .asciidoctor-local .image.right {
    margin-left: .625em; }
  .asciidoctor-local a.image {
    text-decoration: none;
    display: inline-block; }
  .asciidoctor-local a.image object {
    pointer-events: none; }
  .asciidoctor-local sup.footnote, .asciidoctor-local sup.footnoteref {
    font-size: .875em;
    position: static;
    vertical-align: super; }
  .asciidoctor-local sup.footnote a, .asciidoctor-local sup.footnoteref a {
    text-decoration: none; }
  .asciidoctor-local sup.footnote a:active, .asciidoctor-local sup.footnoteref a:active {
    text-decoration: underline; }
  .asciidoctor-local #footnotes {
    padding-top: .75em;
    padding-bottom: .75em;
    margin-bottom: .625em; }
  .asciidoctor-local #footnotes hr {
    width: 20%;
    min-width: 6.25em;
    margin: -.25em 0 .75em 0;
    border-width: 1px 0 0 0; }
  .asciidoctor-local #footnotes .footnote {
    padding: 0 .375em 0 .225em;
    line-height: 1.3334;
    font-size: .875em;
    margin-left: 1.2em;
    text-indent: -1.05em;
    margin-bottom: .2em; }
  .asciidoctor-local #footnotes .footnote a:first-of-type {
    font-weight: bold;
    text-decoration: none; }
  .asciidoctor-local #footnotes .footnote:last-of-type {
    margin-bottom: 0; }
  .asciidoctor-local #content #footnotes {
    margin-top: -.625em;
    margin-bottom: 0;
    padding: .75em 0; }
  .asciidoctor-local .gist .file-data > table {
    border: 0;
    background: #fff;
    width: 100%;
    margin-bottom: 0; }
  .asciidoctor-local .gist .file-data > table td.line-data {
    width: 99%; }
  .asciidoctor-local div.unbreakable {
    page-break-inside: avoid; }
  .asciidoctor-local .big {
    font-size: larger; }
  .asciidoctor-local .small {
    font-size: smaller; }
  .asciidoctor-local .underline {
    text-decoration: underline; }
  .asciidoctor-local .overline {
    text-decoration: overline; }
  .asciidoctor-local .line-through {
    text-decoration: line-through; }
  .asciidoctor-local .aqua {
    color: #00bfbf; }
  .asciidoctor-local .aqua-background {
    background-color: #00fafa; }
  .asciidoctor-local .black {
    color: #000; }
  .asciidoctor-local .black-background {
    background-color: #000; }
  .asciidoctor-local .blue {
    color: #0000bf; }
  .asciidoctor-local .blue-background {
    background-color: #0000fa; }
  .asciidoctor-local .fuchsia {
    color: #bf00bf; }
  .asciidoctor-local .fuchsia-background {
    background-color: #fa00fa; }
  .asciidoctor-local .gray {
    color: #606060; }
  .asciidoctor-local .gray-background {
    background-color: #7d7d7d; }
  .asciidoctor-local .green {
    color: #006000; }
  .asciidoctor-local .green-background {
    background-color: #007d00; }
  .asciidoctor-local .lime {
    color: #00bf00; }
  .asciidoctor-local .lime-background {
    background-color: #00fa00; }
  .asciidoctor-local .maroon {
    color: #600000; }
  .asciidoctor-local .maroon-background {
    background-color: #7d0000; }
  .asciidoctor-local .navy {
    color: #000060; }
  .asciidoctor-local .navy-background {
    background-color: #00007d; }
  .asciidoctor-local .olive {
    color: #606000; }
  .asciidoctor-local .olive-background {
    background-color: #7d7d00; }
  .asciidoctor-local .purple {
    color: #600060; }
  .asciidoctor-local .purple-background {
    background-color: #7d007d; }
  .asciidoctor-local .red {
    color: #bf0000; }
  .asciidoctor-local .red-background {
    background-color: #fa0000; }
  .asciidoctor-local .silver {
    color: #909090; }
  .asciidoctor-local .silver-background {
    background-color: #bcbcbc; }
  .asciidoctor-local .teal {
    color: #006060; }
  .asciidoctor-local .teal-background {
    background-color: #007d7d; }
  .asciidoctor-local .white {
    color: #bfbfbf; }
  .asciidoctor-local .white-background {
    background-color: #fafafa; }
  .asciidoctor-local .yellow {
    color: #bfbf00; }
  .asciidoctor-local .yellow-background {
    background-color: #fafa00; }
  .asciidoctor-local span.icon > .fa {
    cursor: default; }
  .asciidoctor-local a span.icon > .fa {
    cursor: inherit; }
  .asciidoctor-local .admonitionblock td.icon [class^="fa icon-"] {
    font-size: 2.5em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    cursor: default; }
  .asciidoctor-local .admonitionblock td.icon .icon-note:before {
    content: "\f05a";
    color: #19407c; }
  .asciidoctor-local .admonitionblock td.icon .icon-tip:before {
    content: "\f0eb";
    text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8);
    color: #111; }
  .asciidoctor-local .admonitionblock td.icon .icon-warning:before {
    content: "\f071";
    color: #bf6900; }
  .asciidoctor-local .admonitionblock td.icon .icon-caution:before {
    content: "\f06d";
    color: #bf3400; }
  .asciidoctor-local .admonitionblock td.icon .icon-important:before {
    content: "\f06a";
    color: #bf0000; }
  .asciidoctor-local .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: .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; }
  .asciidoctor-local .conum[data-value] * {
    color: #fff !important; }
  .asciidoctor-local .conum[data-value] + b {
    display: none; }
  .asciidoctor-local .conum[data-value]:after {
    content: attr(data-value); }
  .asciidoctor-local pre .conum[data-value] {
    position: relative;
    top: -.125em; }
  .asciidoctor-local b.conum * {
    color: inherit !important; }
  .asciidoctor-local .conum:not([data-value]):empty {
    display: none; }
  .asciidoctor-local dt, .asciidoctor-local th.tableblock, .asciidoctor-local td.content, .asciidoctor-local div.footnote {
    text-rendering: optimizeLegibility; }
  .asciidoctor-local h1, .asciidoctor-local h2, .asciidoctor-local p, .asciidoctor-local td.content, .asciidoctor-local span.alt {
    letter-spacing: -.01em; }
  .asciidoctor-local p strong, .asciidoctor-local td.content strong, .asciidoctor-local div.footnote strong {
    letter-spacing: -.005em; }
  .asciidoctor-local p, .asciidoctor-local blockquote, .asciidoctor-local dt, .asciidoctor-local td.content, .asciidoctor-local span.alt {
    font-size: 1.0625rem; }
  .asciidoctor-local p {
    margin-bottom: 1.25rem; }
  .asciidoctor-local .sidebarblock p, .asciidoctor-local .sidebarblock dt, .asciidoctor-local .sidebarblock td.content, .asciidoctor-local p.tableblock {
    font-size: 1em; }
  .asciidoctor-local .exampleblock > .content {
    background-color: #fffef7;
    border-color: #e0e0dc;
    -webkit-box-shadow: 0 1px 4px #e0e0dc;
    box-shadow: 0 1px 4px #e0e0dc; }
  .asciidoctor-local .print-only {
    display: none !important; }
  @media print {
    @page {
      .asciidoctor-local {
        margin: 1.25cm .75cm; } }
    .asciidoctor-local * {
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      text-shadow: none !important; }
    .asciidoctor-local a {
      color: inherit !important;
      text-decoration: underline !important; }
    .asciidoctor-local a.bare, .asciidoctor-local a[href^="#"], .asciidoctor-local a[href^="mailto:"] {
      text-decoration: none !important; }
    .asciidoctor-local a[href^="http:"]:not(.bare):after, .asciidoctor-local a[href^="https:"]:not(.bare):after {
      content: "(" attr(href) ")";
      display: inline-block;
      font-size: .875em;
      padding-left: .25em; }
    .asciidoctor-local abbr[title]:after {
      content: " (" attr(title) ")"; }
    .asciidoctor-local pre, .asciidoctor-local blockquote, .asciidoctor-local tr, .asciidoctor-local img, .asciidoctor-local object, .asciidoctor-local svg {
      page-break-inside: avoid; }
    .asciidoctor-local thead {
      display: table-header-group; }
    .asciidoctor-local svg {
      max-width: 100%; }
    .asciidoctor-local p, .asciidoctor-local blockquote, .asciidoctor-local dt, .asciidoctor-local td.content {
      font-size: 1em;
      orphans: 3;
      widows: 3; }
    .asciidoctor-local h2, .asciidoctor-local h3, .asciidoctor-local #toctitle, .asciidoctor-local .sidebarblock > .content > .title {
      page-break-after: avoid; }
    .asciidoctor-local #toc, .asciidoctor-local .sidebarblock, .asciidoctor-local .exampleblock > .content {
      background: none !important; }
    .asciidoctor-local #toc {
      border-bottom: 1px solid #ddddd8 !important;
      padding-bottom: 0 !important; }
    .asciidoctor-local .sect1 {
      padding-bottom: 0 !important; }
    .asciidoctor-local .sect1 + .sect1 {
      border: 0 !important; }
    .asciidoctor-local #header > h1:first-child {
      margin-top: 1.25rem; }
    .asciidoctor-local body.book #header {
      text-align: center; }
    .asciidoctor-local body.book #header > h1:first-child {
      border: 0 !important;
      margin: 2.5em 0 1em 0; }
    .asciidoctor-local body.book #header .details {
      border: 0 !important;
      display: block;
      padding: 0 !important; }
    .asciidoctor-local body.book #header .details span:first-child {
      margin-left: 0 !important; }
    .asciidoctor-local body.book #header .details br {
      display: block; }
    .asciidoctor-local body.book #header .details br + span:before {
      content: none !important; }
    .asciidoctor-local body.book #toc {
      border: 0 !important;
      text-align: left !important;
      padding: 0 !important;
      margin: 0 !important; }
    .asciidoctor-local body.book #toc, .asciidoctor-local body.book #preamble, .asciidoctor-local body.book h1.sect0, .asciidoctor-local body.book .sect1 > h2 {
      page-break-before: always; }
    .asciidoctor-local .listingblock code[data-lang]:before {
      display: block; }
    .asciidoctor-local #footer {
      background: none !important;
      padding: 0 .9375em; }
    .asciidoctor-local #footer-text {
      color: rgba(0, 0, 0, 0.6) !important;
      font-size: .9em; }
    .asciidoctor-local .hide-on-print {
      display: none !important; }
    .asciidoctor-local .print-only {
      display: block !important; }
    .asciidoctor-local .hide-for-print {
      display: none !important; }
    .asciidoctor-local .show-for-print {
      display: inherit !important; } }
  .asciidoctor-local p {
    margin-bottom: 0.65rem; }
  .asciidoctor-local .admonitionblock i.fa {
    font-style: normal; }
  .asciidoctor-local table tr td {
    border: 1px solid lightgray; }

