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:#121212 !important;}
18.syntaxhighlighter .line.alt1{background-color:#121212 !important;}
19.syntaxhighlighter .line.alt2{background-color:#121212 !important;}
20.syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-color:#2C2C29 !important;}
21.syntaxhighlighter .line.highlighted.number{color:white !important;}
22.syntaxhighlighter table caption{color:white !important;}
23.syntaxhighlighter table td.code .container textarea{background:#121212;color:white;}
24.syntaxhighlighter .gutter{color:#afafaf !important;}
25.syntaxhighlighter .gutter .line{border-right:3px solid #3185b9 !important;}
26.syntaxhighlighter .gutter .line.highlighted{background-color:#3185b9 !important;color:#121212 !important;}
27.syntaxhighlighter.printing .line .content{border:none !important;}
28.syntaxhighlighter.collapsed{overflow:visible !important;}
29.syntaxhighlighter.collapsed .toolbar{color:#3185b9 !important;background:black !important;border:1px solid #3185b9 !important;}
30.syntaxhighlighter.collapsed .toolbar a{color:#3185b9 !important;}
31.syntaxhighlighter.collapsed .toolbar a:hover{color:#d01d33 !important;}
32.syntaxhighlighter .toolbar{color:#fff !important;background:#3185b9 !important;border:none !important;}
33.syntaxhighlighter .toolbar a{color:#fff !important;}
34.syntaxhighlighter .toolbar a:hover{color:#96daff !important;}
35.syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:white !important;}
36.syntaxhighlighter .comments,.syntaxhighlighter .comments a{color:#696854 !important;}
37.syntaxhighlighter .string,.syntaxhighlighter .string a{color:#e3e658 !important;}
38.syntaxhighlighter .keyword{color:#d01d33 !important;}
39.syntaxhighlighter .preprocessor{color:#435a5f !important;}
40.syntaxhighlighter .variable{color:#898989 !important;}
41.syntaxhighlighter .value{color:#009900 !important;}
42.syntaxhighlighter .functions{color:#aaaaaa !important;}
43.syntaxhighlighter .constants{color:#96daff !important;}
44.syntaxhighlighter .script{font-weight:bold !important;color:#d01d33 !important;background-color:none !important;}
45.syntaxhighlighter .color1,.syntaxhighlighter .color1 a{color:#ffc074 !important;}
46.syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#4a8cdb !important;}
47.syntaxhighlighter .color3,.syntaxhighlighter .color3 a{color:#96daff !important;}
48.syntaxhighlighter .functions{font-weight:bold !important;}
49