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