/* Dracula Theme v1.2.5
 *
 * https://github.com/zenorocha/dracula-theme
 *
 * Copyright 2016, All rights reserved
 *
 * Code licensed under the MIT license
 * http://zenorocha.mit-license.org
 *
 * @author Rob G <wowmotty@gmail.com>
 * @author Chris Bracco <chris@cbracco.me>
 * @author Zeno Rocha <hi@zenorocha.com>
 */
 .codehilite .hll { background-color: #f1fa8c  !important; }
 .codehilite  { background: #282a36 !important; color: #f8f8f2  !important; }
 .codehilite .c { color: #6272a4  !important; } /* Comment */
 .codehilite .err { color: #f8f8f2  !important; } /* Error */
 .codehilite .g { color: #f8f8f2  !important; } /* Generic */
 .codehilite .k { color: #ff79c6  !important; } /* Keyword */
 .codehilite .l { color: #f8f8f2  !important; } /* Literal */
 .codehilite .n { color: #f8f8f2  !important; } /* Name */
 .codehilite .o { color: #ff79c6  !important; } /* Operator */
 .codehilite .x { color: #f8f8f2  !important; } /* Other */
 .codehilite .p { color: #f8f8f2  !important; } /* Punctuation */
 .codehilite .ch { color: #6272a4  !important; } /* Comment.Hashbang */
 .codehilite .cm { color: #6272a4  !important; } /* Comment.Multiline */
 .codehilite .cp { color: #ff79c6  !important; } /* Comment.Preproc */
 .codehilite .cpf { color: #6272a4  !important; } /* Comment.PreprocFile */
 .codehilite .c1 { color: #6272a4  !important; } /* Comment.Single */
 .codehilite .cs { color: #6272a4  !important; } /* Comment.Special */
 .codehilite .gd { color: #8b080b  !important; } /* Generic.Deleted */
 .codehilite .ge { color: #f8f8f2 !important; text-decoration: underline  !important; } /* Generic.Emph */
 .codehilite .gr { color: #f8f8f2  !important; } /* Generic.Error */
 .codehilite .gh { color: #f8f8f2 !important; font-weight: bold  !important; } /* Generic.Heading */
 .codehilite .gi { color: #f8f8f2 !important; font-weight: bold  !important; } /* Generic.Inserted */
 .codehilite .go { color: #44475a  !important; } /* Generic.Output */
 .codehilite .gp { color: #f8f8f2  !important; } /* Generic.Prompt */
 .codehilite .gs { color: #f8f8f2  !important; } /* Generic.Strong */
 .codehilite .gu { color: #f8f8f2 !important; font-weight: bold  !important; } /* Generic.Subheading */
 .codehilite .gt { color: #f8f8f2  !important; } /* Generic.Traceback */
 .codehilite .kc { color: #ff79c6  !important; } /* Keyword.Constant */
 .codehilite .kd { color: #8be9fd !important; font-style: italic  !important; } /* Keyword.Declaration */
 .codehilite .kn { color: #ff79c6  !important; } /* Keyword.Namespace */
 .codehilite .kp { color: #ff79c6  !important; } /* Keyword.Pseudo */
 .codehilite .kr { color: #ff79c6  !important; } /* Keyword.Reserved */
 .codehilite .kt { color: #8be9fd  !important; } /* Keyword.Type */
 .codehilite .ld { color: #f8f8f2  !important; } /* Literal.Date */
 .codehilite .m { color: #bd93f9  !important; } /* Literal.Number */
 .codehilite .s { color: #f1fa8c  !important; } /* Literal.String */
 .codehilite .na { color: #50fa7b  !important; } /* Name.Attribute */
 .codehilite .nb { color: #8be9fd !important; font-style: italic  !important; } /* Name.Builtin */
 .codehilite .nc { color: #50fa7b  !important; } /* Name.Class */
 .codehilite .no { color: #f8f8f2  !important; } /* Name.Constant */
 .codehilite .nd { color: #f8f8f2  !important; } /* Name.Decorator */
 .codehilite .ni { color: #f8f8f2  !important; } /* Name.Entity */
 .codehilite .ne { color: #f8f8f2  !important; } /* Name.Exception */
 .codehilite .nf { color: #50fa7b  !important; } /* Name.Function */
 .codehilite .nl { color: #8be9fd !important; font-style: italic  !important; } /* Name.Label */
 .codehilite .nn { color: #f8f8f2  !important; } /* Name.Namespace */
 .codehilite .nx { color: #f8f8f2  !important; } /* Name.Other */
 .codehilite .py { color: #f8f8f2  !important; } /* Name.Property */
 .codehilite .nt { color: #ff79c6  !important; } /* Name.Tag */
 .codehilite .nv { color: #8be9fd !important; font-style: italic  !important; } /* Name.Variable */
 .codehilite .ow { color: #ff79c6  !important; } /* Operator.Word */
 .codehilite .w { color: #f8f8f2  !important; } /* Text.Whitespace */
 .codehilite .mb { color: #bd93f9  !important; } /* Literal.Number.Bin */
 .codehilite .mf { color: #bd93f9  !important; } /* Literal.Number.Float */
 .codehilite .mh { color: #bd93f9  !important; } /* Literal.Number.Hex */
 .codehilite .mi { color: #bd93f9  !important; } /* Literal.Number.Integer */
 .codehilite .mo { color: #bd93f9  !important; } /* Literal.Number.Oct */
 .codehilite .sa { color: #f1fa8c  !important; } /* Literal.String.Affix */
 .codehilite .sb { color: #f1fa8c  !important; } /* Literal.String.Backtick */
 .codehilite .sc { color: #f1fa8c  !important; } /* Literal.String.Char */
 .codehilite .dl { color: #f1fa8c  !important; } /* Literal.String.Delimiter */
 .codehilite .sd { color: #f1fa8c  !important; } /* Literal.String.Doc */
 .codehilite .s2 { color: #f1fa8c  !important; } /* Literal.String.Double */
 .codehilite .se { color: #f1fa8c  !important; } /* Literal.String.Escape */
 .codehilite .sh { color: #f1fa8c  !important; } /* Literal.String.Heredoc */
 .codehilite .si { color: #f1fa8c  !important; } /* Literal.String.Interpol */
 .codehilite .sx { color: #f1fa8c  !important; } /* Literal.String.Other */
 .codehilite .sr { color: #f1fa8c  !important; } /* Literal.String.Regex */
 .codehilite .s1 { color: #f1fa8c  !important; } /* Literal.String.Single */
 .codehilite .ss { color: #f1fa8c  !important; } /* Literal.String.Symbol */
 .codehilite .bp { color: #f8f8f2 !important; font-style: italic  !important; } /* Name.Builtin.Pseudo */
 .codehilite .fm { color: #50fa7b  !important; } /* Name.Function.Magic */
 .codehilite .vc { color: #8be9fd !important; font-style: italic  !important; } /* Name.Variable.Class */
 .codehilite .vg { color: #8be9fd !important; font-style: italic  !important; } /* Name.Variable.Global */
 .codehilite .vi { color: #8be9fd !important; font-style: italic  !important; } /* Name.Variable.Instance */
 .codehilite .vm { color: #8be9fd !important; font-style: italic  !important; } /* Name.Variable.Magic */
 .codehilite .il { color: #bd93f9  !important; } /* Literal.Number.Integer.Long */