.syntaxhighlighter { background-color:#100C08 !important; }

/* Highlighed line number */
.syntaxhighlighter .line.highlighted .number { color:#000; !important; }

/* Highlighed line */
.syntaxhighlighter .line.highlighted.alt1,
.syntaxhighlighter .line.highlighted.alt2 { background-color:#e0e0e0 !important; }

/* Gutter line numbers */
.syntaxhighlighter .line .number { color:#BB8 !important; }

/* Add border to the lines */
.syntaxhighlighter .line .content { border-left:2px solid #775 !important; color:#FFC !important; }

.syntaxhighlighter.printing .line .content { border:0 !important;}

/* First line */
.syntaxhighlighter .line.alt1 { background-color:#18120A !important; }

/* Second line */
.syntaxhighlighter .line.alt2 { background-color:#25180E !important; }

.syntaxhighlighter .toolbar { background-color:#18120A !important; border:1px solid #E7E5DC !important; }

.syntaxhighlighter .toolbar a { color:#FFF !important; }

.syntaxhighlighter .toolbar a:hover { color:#FFF !important; }

/************************************
 * Actual syntax highlighter colors.
 ************************************/
.syntaxhighlighter .plain,
.syntaxhighlighter .plain a { color:#EEB !important;}

.syntaxhighlighter .comments,
.syntaxhighlighter .comments a { color:#BB8 !important;}

.syntaxhighlighter .string,
.syntaxhighlighter .string a { color:#FFF !important; }

.syntaxhighlighter .keyword { color:#FFF !important; 	font-weight:bold !important; }

.syntaxhighlighter .preprocessor { color:#FFF !important; }

.syntaxhighlighter .variable { color:#FFF !important; }

.syntaxhighlighter .value { color:#FFF !important; }

.syntaxhighlighter .functions { color:#FFF !important; }

.syntaxhighlighter .constants { color:#FFF !important; }

.syntaxhighlighter .script { background-color:#FFF !important;}

.syntaxhighlighter .color1,
.syntaxhighlighter .color1 a { color:#FFF !important; }

.syntaxhighlighter .color2,
.syntaxhighlighter .color2 a { color:#FFF !important; }

.syntaxhighlighter .color3,
.syntaxhighlighter .color3 a { color:#FFF !important; }
