/*
    Martin, 2019-01-26: the lektor plugin did not seem to create this here.
    Copied from https://github.com/richleland/pygments-css/blob/master/tango.css

    The tweaked to match lektor's markup
        .highlight .hll { background-color: #ffffcc }
        .highlight  { background: #f8f8f8; }
    =>
        div.hll .hll { background-color: #ffffcc }
        div.hll  { background: #f8f8f8; }
*/
/* div.hll pre { background-color: #ffffcc } */
div.hll  { background: #f8f8f8; }
div.hll .c { color: #8f5902; font-style: italic } /* Comment */
div.hll .err { color: #a40000; border: 1px solid #ef2929 } /* Error */
div.hll .g { color: #000000 } /* Generic */
div.hll .k { color: #204a87; font-weight: bold } /* Keyword */
div.hll .l { color: #000000 } /* Literal */
div.hll .n { color: #000000 } /* Name */
div.hll .o { color: #ce5c00; font-weight: bold } /* Operator */
div.hll .x { color: #000000 } /* Other */
div.hll .p { color: #000000; font-weight: bold } /* Punctuation */
div.hll .ch { color: #8f5902; font-style: italic } /* Comment.Hashbang */
div.hll .cm { color: #8f5902; font-style: italic } /* Comment.Multiline */
div.hll .cp { color: #8f5902; font-style: italic } /* Comment.Preproc */
div.hll .cpf { color: #8f5902; font-style: italic } /* Comment.PreprocFile */
div.hll .c1 { color: #8f5902; font-style: italic } /* Comment.Single */
div.hll .cs { color: #8f5902; font-style: italic } /* Comment.Special */
div.hll .gd { color: #a40000 } /* Generic.Deleted */
div.hll .ge { color: #000000; font-style: italic } /* Generic.Emph */
div.hll .gr { color: #ef2929 } /* Generic.Error */
div.hll .gh { color: #000080; font-weight: bold } /* Generic.Heading */
div.hll .gi { color: #00A000 } /* Generic.Inserted */
div.hll .go { color: #000000; font-style: italic } /* Generic.Output */
div.hll .gp { color: #8f5902 } /* Generic.Prompt */
div.hll .gs { color: #000000; font-weight: bold } /* Generic.Strong */
div.hll .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
div.hll .gt { color: #a40000; font-weight: bold } /* Generic.Traceback */
div.hll .kc { color: #204a87; font-weight: bold } /* Keyword.Constant */
div.hll .kd { color: #204a87; font-weight: bold } /* Keyword.Declaration */
div.hll .kn { color: #204a87; font-weight: bold } /* Keyword.Namespace */
div.hll .kp { color: #204a87; font-weight: bold } /* Keyword.Pseudo */
div.hll .kr { color: #204a87; font-weight: bold } /* Keyword.Reserved */
div.hll .kt { color: #204a87; font-weight: bold } /* Keyword.Type */
div.hll .ld { color: #000000 } /* Literal.Date */
div.hll .m { color: #0000cf; font-weight: bold } /* Literal.Number */
div.hll .s { color: #4e9a06 } /* Literal.String */
div.hll .na { color: #c4a000 } /* Name.Attribute */
div.hll .nb { color: #204a87 } /* Name.Builtin */
div.hll .nc { color: #000000 } /* Name.Class */
div.hll .no { color: #000000 } /* Name.Constant */
div.hll .nd { color: #5c35cc; font-weight: bold } /* Name.Decorator */
div.hll .ni { color: #ce5c00 } /* Name.Entity */
div.hll .ne { color: #cc0000; font-weight: bold } /* Name.Exception */
div.hll .nf { color: #000000 } /* Name.Function */
div.hll .nl { color: #f57900 } /* Name.Label */
div.hll .nn { color: #000000 } /* Name.Namespace */
div.hll .nx { color: #000000 } /* Name.Other */
div.hll .py { color: #000000 } /* Name.Property */
div.hll .nt { color: #204a87; font-weight: bold } /* Name.Tag */
div.hll .nv { color: #000000 } /* Name.Variable */
div.hll .ow { color: #204a87; font-weight: bold } /* Operator.Word */
div.hll .w { color: #f8f8f8; text-decoration: underline } /* Text.Whitespace */
div.hll .mb { color: #0000cf; font-weight: bold } /* Literal.Number.Bin */
div.hll .mf { color: #0000cf; font-weight: bold } /* Literal.Number.Float */
div.hll .mh { color: #0000cf; font-weight: bold } /* Literal.Number.Hex */
div.hll .mi { color: #0000cf; font-weight: bold } /* Literal.Number.Integer */
div.hll .mo { color: #0000cf; font-weight: bold } /* Literal.Number.Oct */
div.hll .sa { color: #4e9a06 } /* Literal.String.Affix */
div.hll .sb { color: #4e9a06 } /* Literal.String.Backtick */
div.hll .sc { color: #4e9a06 } /* Literal.String.Char */
div.hll .dl { color: #4e9a06 } /* Literal.String.Delimiter */
div.hll .sd { color: #8f5902; font-style: italic } /* Literal.String.Doc */
div.hll .s2 { color: #4e9a06 } /* Literal.String.Double */
div.hll .se { color: #4e9a06 } /* Literal.String.Escape */
div.hll .sh { color: #4e9a06 } /* Literal.String.Heredoc */
div.hll .si { color: #4e9a06 } /* Literal.String.Interpol */
div.hll .sx { color: #4e9a06 } /* Literal.String.Other */
div.hll .sr { color: #4e9a06 } /* Literal.String.Regex */
div.hll .s1 { color: #4e9a06 } /* Literal.String.Single */
div.hll .ss { color: #4e9a06 } /* Literal.String.Symbol */
div.hll .bp { color: #3465a4 } /* Name.Builtin.Pseudo */
div.hll .fm { color: #000000 } /* Name.Function.Magic */
div.hll .vc { color: #000000 } /* Name.Variable.Class */
div.hll .vg { color: #000000 } /* Name.Variable.Global */
div.hll .vi { color: #000000 } /* Name.Variable.Instance */
div.hll .vm { color: #000000 } /* Name.Variable.Magic */
div.hll .il { color: #0000cf; font-weight: bold } /* Literal.Number.Integer.Long */