1/**
2 * SyntaxHighlighter
3 * http://alexgorbatchev.com/SyntaxHighlighter
4 *
5 * SyntaxHighlighter is donationware. If you are using it, please donate.
6 * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
7 *
8 * @version
9 * 3.0.90 (Sat, 18 Jun 2016 21:01:41 GMT)
10 *
11 * @copyright
12 * Copyright (C) 2004-2013 Alex Gorbatchev.
13 *
14 * @license
15 * Dual licensed under the MIT and GPL licenses.
16 */
17.syntaxhighlighter{background-color:#0a2b1d !important;}
18.syntaxhighlighter .line.alt1{background-color:#0a2b1d !important;}
19.syntaxhighlighter .line.alt2{background-color:#0a2b1d !important;}
20.syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-color:#233729 !important;}
21.syntaxhighlighter .line.highlighted.number{color:white !important;}
22.syntaxhighlighter table caption{color:#f8f8f8 !important;}
23.syntaxhighlighter table td.code .container textarea{background:#0a2b1d;color:#f8f8f8;}
24.syntaxhighlighter .gutter{color:#497958 !important;}
25.syntaxhighlighter .gutter .line{border-right:3px solid #41a83e !important;}
26.syntaxhighlighter .gutter .line.highlighted{background-color:#41a83e !important;color:#0a2b1d !important;}
27.syntaxhighlighter.printing .line .content{border:none !important;}
28.syntaxhighlighter.collapsed{overflow:visible !important;}
29.syntaxhighlighter.collapsed .toolbar{color:#96dd3b !important;background:#000 !important;border:1px solid #41a83e !important;}
30.syntaxhighlighter.collapsed .toolbar a{color:#96dd3b !important;}
31.syntaxhighlighter.collapsed .toolbar a:hover{color:#fff !important;}
32.syntaxhighlighter .toolbar{color:#fff !important;background:#41a83e !important;border:none !important;}
33.syntaxhighlighter .toolbar a{color:#fff !important;}
34.syntaxhighlighter .toolbar a:hover{color:#ffe862 !important;}
35.syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:#f8f8f8 !important;}
36.syntaxhighlighter .comments,.syntaxhighlighter .comments a{color:#336442 !important;}
37.syntaxhighlighter .string,.syntaxhighlighter .string a{color:#9df39f !important;}
38.syntaxhighlighter .keyword{color:#96dd3b !important;}
39.syntaxhighlighter .preprocessor{color:#91bb9e !important;}
40.syntaxhighlighter .variable{color:#ffaa3e !important;}
41.syntaxhighlighter .value{color:#f7e741 !important;}
42.syntaxhighlighter .functions{color:#ffaa3e !important;}
43.syntaxhighlighter .constants{color:#e0e8ff !important;}
44.syntaxhighlighter .script{font-weight:bold !important;color:#96dd3b !important;background-color:none !important;}
45.syntaxhighlighter .color1,.syntaxhighlighter .color1 a{color:#eb939a !important;}
46.syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#91bb9e !important;}
47.syntaxhighlighter .color3,.syntaxhighlighter .color3 a{color:#edef7d !important;}
48.syntaxhighlighter .comments{font-style:italic !important;}
49.syntaxhighlighter .keyword{font-weight:bold !important;}
50