.syntax-highlight .hll { background-color: #ffffcc }
.syntax-highlight  { background: #f8f8f8; }
.syntax-highlight .c { color: #408080; font-style: italic } /* Comment */
.syntax-highlight .err { border: 1px solid #FF0000 } /* Error */
.syntax-highlight .k { color: #008000; font-weight: bold } /* Keyword */
.syntax-highlight .o { color: #666666 } /* Operator */
.syntax-highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */
.syntax-highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
.syntax-highlight .cp { color: #BC7A00 } /* Comment.Preproc */
.syntax-highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */
.syntax-highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
.syntax-highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
.syntax-highlight .gd { color: #A00000 } /* Generic.Deleted */
.syntax-highlight .ge { font-style: italic } /* Generic.Emph */
.syntax-highlight .gr { color: #FF0000 } /* Generic.Error */
.syntax-highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.syntax-highlight .gi { color: #00A000 } /* Generic.Inserted */
.syntax-highlight .go { color: #888888 } /* Generic.Output */
.syntax-highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.syntax-highlight .gs { font-weight: bold } /* Generic.Strong */
.syntax-highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.syntax-highlight .gt { color: #0044DD } /* Generic.Traceback */
.syntax-highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.syntax-highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.syntax-highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.syntax-highlight .kp { color: #008000 } /* Keyword.Pseudo */
.syntax-highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.syntax-highlight .kt { color: #B00040 } /* Keyword.Type */
.syntax-highlight .m { color: #666666 } /* Literal.Number */
.syntax-highlight .s { color: #BA2121 } /* Literal.String */
.syntax-highlight .na { color: #7D9029 } /* Name.Attribute */
.syntax-highlight .nb { color: #008000 } /* Name.Builtin */
.syntax-highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.syntax-highlight .no { color: #880000 } /* Name.Constant */
.syntax-highlight .nd { color: #AA22FF } /* Name.Decorator */
.syntax-highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
.syntax-highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.syntax-highlight .nf { color: #0000FF } /* Name.Function */
.syntax-highlight .nl { color: #A0A000 } /* Name.Label */
.syntax-highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.syntax-highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
.syntax-highlight .nv { color: #19177C } /* Name.Variable */
.syntax-highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.syntax-highlight .w { color: #bbbbbb } /* Text.Whitespace */
.syntax-highlight .mb { color: #666666 } /* Literal.Number.Bin */
.syntax-highlight .mf { color: #666666 } /* Literal.Number.Float */
.syntax-highlight .mh { color: #666666 } /* Literal.Number.Hex */
.syntax-highlight .mi { color: #666666 } /* Literal.Number.Integer */
.syntax-highlight .mo { color: #666666 } /* Literal.Number.Oct */
.syntax-highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
.syntax-highlight .sc { color: #BA2121 } /* Literal.String.Char */
.syntax-highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.syntax-highlight .s2 { color: #BA2121 } /* Literal.String.Double */
.syntax-highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.syntax-highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
.syntax-highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.syntax-highlight .sx { color: #008000 } /* Literal.String.Other */
.syntax-highlight .sr { color: #BB6688 } /* Literal.String.Regex */
.syntax-highlight .s1 { color: #BA2121 } /* Literal.String.Single */
.syntax-highlight .ss { color: #19177C } /* Literal.String.Symbol */
.syntax-highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
.syntax-highlight .vc { color: #19177C } /* Name.Variable.Class */
.syntax-highlight .vg { color: #19177C } /* Name.Variable.Global */
.syntax-highlight .vi { color: #19177C } /* Name.Variable.Instance */
.syntax-highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
