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:#222222 !important;}
18.syntaxhighlighter .line.alt1{background-color:#222222 !important;}
19.syntaxhighlighter .line.alt2{background-color:#222222 !important;}
20.syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-color:#253e5a !important;}
21.syntaxhighlighter .line.highlighted.number{color:white !important;}
22.syntaxhighlighter table caption{color:lime !important;}
23.syntaxhighlighter table td.code .container textarea{background:#222222;color:lime;}
24.syntaxhighlighter .gutter{color:#38566f !important;}
25.syntaxhighlighter .gutter .line{border-right:3px solid #435a5f !important;}
26.syntaxhighlighter .gutter .line.highlighted{background-color:#435a5f !important;color:#222222 !important;}
27.syntaxhighlighter.printing .line .content{border:none !important;}
28.syntaxhighlighter.collapsed{overflow:visible !important;}
29.syntaxhighlighter.collapsed .toolbar{color:#428bdd !important;background:black !important;border:1px solid #435a5f !important;}
30.syntaxhighlighter.collapsed .toolbar a{color:#428bdd !important;}
31.syntaxhighlighter.collapsed .toolbar a:hover{color:lime !important;}
32.syntaxhighlighter .toolbar{color:#aaaaff !important;background:#435a5f !important;border:none !important;}
33.syntaxhighlighter .toolbar a{color:#aaaaff !important;}
34.syntaxhighlighter .toolbar a:hover{color:#9ccff4 !important;}
35.syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:lime !important;}
36.syntaxhighlighter .comments,.syntaxhighlighter .comments a{color:#428bdd !important;}
37.syntaxhighlighter .string,.syntaxhighlighter .string a{color:lime !important;}
38.syntaxhighlighter .keyword{color:#aaaaff !important;}
39.syntaxhighlighter .preprocessor{color:#8aa6c1 !important;}
40.syntaxhighlighter .variable{color:aqua !important;}
41.syntaxhighlighter .value{color:#f7e741 !important;}
42.syntaxhighlighter .functions{color:#ff8000 !important;}
43.syntaxhighlighter .constants{color:yellow !important;}
44.syntaxhighlighter .script{font-weight:bold !important;color:#aaaaff !important;background-color:none !important;}
45.syntaxhighlighter .color1,.syntaxhighlighter .color1 a{color:red !important;}
46.syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:yellow !important;}
47.syntaxhighlighter .color3,.syntaxhighlighter .color3 a{color:#ffaa3e !important;}
48