/**
 * 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.
 *
 * =======================================================
 *
 * This file is based on shThemeRDark which comes with SyntaxHighlighter.
 * Tweaked/rewritten by Brian Carper.
 * http://briancarper.net
 *
 */
.syntaxhighlighter {
  margin: 0 !important;
  font-size: 10pt !important;
}
.syntaxhighlighter.printing .line .content {
  border: none !important;
}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
}
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
  color: #666666 !important;
}
.syntaxhighlighter .string, .syntaxhighlighter .string a {
  background: #0f291a !important;
  color: #5dff9e !important;
}
.syntaxhighlighter .keyword {
  color: #9a383a !important;
}
.syntaxhighlighter .preprocessor {
  color: #c476f1 !important;
}
.syntaxhighlighter .variable {
  color: #ffaa3e !important;
}
.syntaxhighlighter .value {
  color: #ddaa66 !important;
}
.syntaxhighlighter .functions {
  color: #9a383a !important;
}
.syntaxhighlighter .constants {
  color: #b8bb00 !important;
}
.syntaxhighlighter .script {
  font-weight: bold !important;
  color: #5ba1cf !important;
  background-color: none !important;
}
.syntaxhighlighter .paren {
  color: #666666;
}
.syntaxhighlighter .square {
  color: #49b2c7;
}
.syntaxhighlighter .curly {
  color: #4681b3;
}

.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
  font-size: 10pt !important;
  line-height: 1.3em !important;
}
