/**
 * 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 {
  background-color: #fdf6e3 !important;
}
.syntaxhighlighter .line.alt1 {
  background-color: #fdf6e3 !important;
}
.syntaxhighlighter .line.alt2 {
  background-color: #fdf6e3 !important;
}
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
  background-color: #eee8d5 !important;
}
.syntaxhighlighter .gutter .line {
  border-right: 3px solid #eee8d5 !important;
  background-color: #eee8d5 !important;
  color: #93a1a1 !important;          
}
.syntaxhighlighter .gutter .line.highlighted {
  border-right: 3px solid #839496 !important;
  color: #657b83 !important;
}
.syntaxhighlighter.printing .line .content {
  border: none !important;
}
.syntaxhighlighter .toolbar {
  display: none;
}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
  color: #657b83 !important;
}
.syntaxhighlighter .highlighted .plain, .syntaxhighlighter .highlighted .plain a {
  color: #586e75 !important;
}
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
  color: #93A1A1 !important;
}
.syntaxhighlighter .string, .syntaxhighlighter .string a {
  color: #269186 !important;
}
.syntaxhighlighter .keyword {
  color: #748B00 !important;
}
.syntaxhighlighter .preprocessor {
  color: #cb4b16 !important;
}
.syntaxhighlighter .variable {
  color: #268bd2 !important;
}
.syntaxhighlighter .value {
  color: #269186 !important;
}
.syntaxhighlighter .functions {
  color: #dc322f !important;
}
.syntaxhighlighter .constants {
  color: #269186 !important;
}
