/*  Syntax Highlighting CSS: syntax20.css
    Pandoc Skylighting CSS Theme: espresso
    Background changed from Coffee #2a211c to a blacker #202020 
*/

div.sourceCode { overflow-x: auto; font-size: 1em; font-family: 'Roboto Mono', monaco, Consolas, monospace; padding: 2px; background-color: #202020;}
table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode {
  margin: 0; padding: 0; vertical-align: baseline; border: none; }
table.sourceCode { width: 100%; line-height: 100%; background-color: #202020; color: #bdae9d; }
td.lineNumbers { text-align: right; padding-right: 4px; padding-left: 4px; background-color: #202020; color: #bdae9d; border-right: 1px solid #bdae9d; }
td.sourceCode { padding-left: 5px; }
pre, code { color: #bdae9d; background-color: #202020; font-family: 'Roboto Mono', monaco, Consolas, monospace; white-space: pre-wrap; overflow-wrap: break-word; word-wrap: break-word;}
code span.kw { color: #43a8ed; font-weight: bold; } /* Keyword */
code span.dt { text-decoration: underline; } /* DataType */
code span.dv { color: #44aa43; } /* DecVal */
code span.bn { color: #44aa43; } /* BaseN */
code span.fl { color: #44aa43; } /* Float */
code span.ch { color: #049b0a; } /* Char */
code span.st { color: #049b0a; } /* String */
code span.co { color: #0066ff; font-style: italic; } /* Comment */
code span.al { color: #ffff00; } /* Alert */
code span.fu { color: #ff9358; font-weight: bold; } /* Function */
code span.er { color: #ffff00; font-weight: bold; } /* Error */
code span.wa { color: #ffff00; font-weight: bold; } /* Warning */
code span.cn { } /* Constant */
code span.sc { color: #049b0a; } /* SpecialChar */
code span.vs { color: #049b0a; } /* VerbatimString */
code span.ss { color: #049b0a; } /* SpecialString */
code span.im { } /* Import */
code> span.va { } /* Variable */
code span.cf { color: #43a8ed; font-weight: bold; } /* ControlFlow */
code span.op { } /* Operator */
code span.bu { } /* BuiltIn */
code span.ex { } /* Extension */
code span.pp { font-weight: bold; } /* Preprocessor */
code span.at { } /* Attribute */
code span.do { color: #0066ff; font-style: italic; } /* Documentation */
code span.an { color: #0066ff; font-weight: bold; font-style: italic; } /* Annotation */
code span.co { color: #0066ff; font-weight: bold; font-style: italic; } /* Comment */
code span.in { color: #0066ff; font-weight: bold; font-style: italic; } /* Information */
