/**
 * SyntaxHighlighter
 * http://alexgorbatchev.com/SyntaxHighlighter
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
 *
 * @version
 * 3.0.83 (July 02 2010)
 * 
 * @copyright
 * Copyright (C) 2004-2010 Alex Gorbatchev.
 *
 * @license
 * Dual licensed under the MIT and GPL licenses.
 */
.syntaxhighlighter.plain {
  background-color: #000000 !important;
  padding: 5px 0px 5px 0px;
}
.syntaxhighlighter.plain .line.alt1 {
  background-color: #000000 !important;
}
.syntaxhighlighter.plain .line.alt2 {
  background-color: #000000 !important;
}
.syntaxhighlighter.plain .line.highlighted.alt1, .syntaxhighlighter.plain .line.highlighted.alt2 {
  background-color: #000000 !important;
}
.syntaxhighlighter.plain .line.highlighted.number {
  color: white !important;
}
.syntaxhighlighter.plain table caption {
  color: white !important;
}
.syntaxhighlighter.plain .gutter {
  color: white !important;
}
.syntaxhighlighter.plain .gutter .line {
  border-right: 1px solid white !important;
}
.syntaxhighlighter.plain .gutter .line.highlighted {
  background-color: #3185b9 !important;
  color: #121212 !important;
}
.syntaxhighlighter.plain.printing .line .content {
  border: none !important;
}
.syntaxhighlighter.plain.collapsed {
  overflow: visible !important;
}
.syntaxhighlighter.plain.collapsed .toolbar {
  color: #3185b9 !important;
  background: black !important;
  border: 1px solid #3185b9 !important;
  display: none;
}
.syntaxhighlighter.plain.collapsed .toolbar a {
  color: #3185b9 !important;
  display: none;
}
.syntaxhighlighter.plain.collapsed .toolbar a:hover {
  color: #d01d33 !important;
}
.syntaxhighlighter.plain .toolbar {
  color: white !important;
  background: #3185b9 !important;
  border: none !important;
  display: none;
}
.syntaxhighlighter.plain .toolbar a {
  color: white !important;
}
.syntaxhighlighter.plain .toolbar a:hover {
  color: #96daff !important;
}
.syntaxhighlighter.plain .plain, .syntaxhighlighter.plain .plain a {
  color: white !important;
}
.syntaxhighlighter.plain .comments, .syntaxhighlighter.plain .comments a {
  color: white !important;
}
.syntaxhighlighter.plain .string, .syntaxhighlighter.plain .string a {
  color: #e3e658 !important;
}
.syntaxhighlighter.plain .keyword {
  color: #d01d33 !important;
}
.syntaxhighlighter.plain .preprocessor {
  color: #435a5f !important;
}
.syntaxhighlighter.plain .variable {
  color: #898989 !important;
}
.syntaxhighlighter.plain .value {
  color: #009900 !important;
}
.syntaxhighlighter.plain .functions {
  color: #aaaaaa !important;
}
.syntaxhighlighter.plain .constants {
  color: #96daff !important;
}
.syntaxhighlighter.plain .script {
  font-weight: bold !important;
  color: #d01d33 !important;
  background-color: none !important;
}
.syntaxhighlighter.plain .color1, .syntaxhighlighter.plain .color1 a {
  color: #ffc074 !important;
}
.syntaxhighlighter.plain .color2, .syntaxhighlighter.plain .color2 a {
  color: #4a8cdb !important;
}
.syntaxhighlighter.plain .color3, .syntaxhighlighter.plain .color3 a {
  color: white !important;
}
.syntaxhighlighter.plain .functions {
  font-weight: bold !important;
}
