/* Carburetta syntax-highlight palette for the pandoc manual page.
 * Generated from carburetta.theme by `make css`. Link alongside k2.css. */

pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
code.sourceCode > span { color: inherit; text-decoration: inherit; }
div.sourceCode { margin: 1em 0; }
pre.sourceCode { margin: 0; }
@media screen {
div.sourceCode { overflow: auto; }
}
@media print {
pre > code.sourceCode { white-space: pre-wrap; }
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
  { counter-reset: source-line 0; }
pre.numberSource code > span
  { position: relative; left: -4em; counter-increment: source-line; }
pre.numberSource code > span > a:first-child::before
  { content: counter(source-line);
    position: relative; left: -1em; text-align: right; vertical-align: baseline;
    border: none; display: inline-block;
    -webkit-touch-callout: none; -webkit-user-select: none;
    -khtml-user-select: none; -moz-user-select: none;
    -ms-user-select: none; user-select: none;
    padding: 0 4px; width: 4em;
    background-color: #ffffff;
    color: #8c959f;
  }
pre.numberSource { margin-left: 3em; border-left: 1px solid #8c959f;  padding-left: 4px; }
div.sourceCode
  { color: #1f2328; background-color: #ffffff; }
@media screen {
pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; }
}
code span { color: #1f2328; } /* Normal */
code span.al { color: #cf222e; font-weight: bold; } /* Alert */
code span.an { color: #6e7781; font-style: italic; } /* Annotation */
code span.at { color: #0550ae; } /* Attribute */
code span.bn { color: #0550ae; } /* BaseN */
code span.bu { color: #1b7c83; font-weight: bold; } /* BuiltIn */
code span.cf { color: #cf222e; font-weight: bold; } /* ControlFlow */
code span.ch { color: #0a3069; } /* Char */
code span.cn { color: #0550ae; } /* Constant */
code span.co { color: #6e7781; font-style: italic; } /* Comment */
code span.cv { color: #6e7781; font-style: italic; } /* CommentVar */
code span.do { color: #6e7781; font-style: italic; } /* Documentation */
code span.dt { color: #0550ae; } /* DataType */
code span.dv { color: #0550ae; } /* DecVal */
code span.er { color: #cf222e; text-decoration: underline; } /* Error */
code span.ex { color: #1f2328; } /* Extension */
code span.fl { color: #0550ae; } /* Float */
code span.fu { color: #953800; font-weight: bold; } /* Function */
code span.im { color: #0a3069; } /* Import */
code span.in { color: #9a6700; } /* Information */
code span.kw { color: #cf222e; font-weight: bold; } /* Keyword */
code span.op { color: #1f2328; } /* Operator */
code span.ot { color: #57606a; font-style: italic; } /* Other */
code span.pp { color: #8250df; font-weight: bold; } /* Preprocessor */
code span.re { color: #0550ae; background-color: #ddf4ff; } /* RegionMarker */
code span.sc { color: #bc4c00; } /* SpecialChar */
code span.ss { color: #0a3069; } /* SpecialString */
code span.st { color: #0a3069; } /* String */
code span.va { color: #1f2328; } /* Variable */
code span.vs { color: #0a3069; } /* VerbatimString */
code span.wa { color: #bc4c00; } /* Warning */
