div.python  { background: #CBC9E5; }
div.python .c { font-style: italic } /* Comment */
div.python .err { border: 1px solid #FF0000 } /* Error */
div.python .k { font-weight: bold } /* Keyword */
div.python .cm { font-style: italic } /* Comment.Multiline */
div.python .c1 { font-style: italic } /* Comment.Single */
div.python .cs { font-style: italic } /* Comment.Special */
div.python .ge { font-style: italic } /* Generic.Emph */
div.python .gh { font-weight: bold } /* Generic.Heading */
div.python .gp { font-weight: bold } /* Generic.Prompt */
div.python .gs { font-weight: bold } /* Generic.Strong */
div.python .gu { font-weight: bold } /* Generic.Subheading */
div.python .kc { font-weight: bold } /* Keyword.Constant */
div.python .kd { font-weight: bold } /* Keyword.Declaration */
div.python .kr { font-weight: bold } /* Keyword.Reserved */
div.python .s { font-style: italic } /* Literal.String */
div.python .nc { font-weight: bold } /* Name.Class */
div.python .ni { font-weight: bold } /* Name.Entity */
div.python .ne { font-weight: bold } /* Name.Exception */
div.python .nn { font-weight: bold } /* Name.Namespace */
div.python .nt { font-weight: bold } /* Name.Tag */
div.python .ow { font-weight: bold } /* Operator.Word */
div.python .sb { font-style: italic } /* Literal.String.Backtick */
div.python .sc { font-style: italic } /* Literal.String.Char */
div.python .sd { font-style: italic } /* Literal.String.Doc */
div.python .s2 { font-style: italic } /* Literal.String.Double */
div.python .se { font-weight: bold; font-style: italic } /* Literal.String.Escape */
div.python .sh { font-style: italic } /* Literal.String.Heredoc */
div.python .si { font-weight: bold; font-style: italic } /* Literal.String.Interpol */
div.python .sx { font-style: italic } /* Literal.String.Other */
div.python .sr { font-style: italic } /* Literal.String.Regex */
div.python .s1 { font-style: italic } /* Literal.String.Single */
div.python .ss { font-style: italic } /* Literal.String.Symbol */
