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:#fff !important;}
18.syntaxhighlighter .line.alt1{background-color:#fff !important;}
19.syntaxhighlighter .line.alt2{background-color:#fff !important;}
20.syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-color:#c3defe !important;}
21.syntaxhighlighter .line.highlighted.number{color:#fff !important;}
22.syntaxhighlighter table caption{color:black !important;}
23.syntaxhighlighter table td.code .container textarea{background:#fff;color:black;}
24.syntaxhighlighter .gutter{color:#787878 !important;}
25.syntaxhighlighter .gutter .line{border-right:3px solid #d4d0c8 !important;}
26.syntaxhighlighter .gutter .line.highlighted{background-color:#d4d0c8 !important;color:#fff !important;}
27.syntaxhighlighter.printing .line .content{border:none !important;}
28.syntaxhighlighter.collapsed{overflow:visible !important;}
29.syntaxhighlighter.collapsed .toolbar{color:#3f5fbf !important;background:#fff !important;border:1px solid #d4d0c8 !important;}
30.syntaxhighlighter.collapsed .toolbar a{color:#3f5fbf !important;}
31.syntaxhighlighter.collapsed .toolbar a:hover{color:#aa7700 !important;}
32.syntaxhighlighter .toolbar{color:#a0a0a0 !important;background:#d4d0c8 !important;border:none !important;}
33.syntaxhighlighter .toolbar a{color:#a0a0a0 !important;}
34.syntaxhighlighter .toolbar a:hover{color:red !important;}
35.syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:black !important;}
36.syntaxhighlighter .comments,.syntaxhighlighter .comments a{color:#3f5fbf !important;}
37.syntaxhighlighter .string,.syntaxhighlighter .string a{color:#2a00ff !important;}
38.syntaxhighlighter .keyword{color:#7f0055 !important;}
39.syntaxhighlighter .preprocessor{color:#646464 !important;}
40.syntaxhighlighter .variable{color:#aa7700 !important;}
41.syntaxhighlighter .value{color:#009900 !important;}
42.syntaxhighlighter .functions{color:#ff1493 !important;}
43.syntaxhighlighter .constants{color:#0066cc !important;}
44.syntaxhighlighter .script{font-weight:bold !important;color:#7f0055 !important;background-color:none !important;}
45.syntaxhighlighter .color1,.syntaxhighlighter .color1 a{color:gray !important;}
46.syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#ff1493 !important;}
47.syntaxhighlighter .color3,.syntaxhighlighter .color3 a{color:red !important;}
48.syntaxhighlighter .keyword{font-weight:bold !important;}
49.syntaxhighlighter .xml .keyword{color:#3f7f7f !important;font-weight:normal !important;}
50.syntaxhighlighter .xml .color1,.syntaxhighlighter .xml .color1 a{color:#7f007f !important;}
51.syntaxhighlighter .xml .string{font-style:italic !important;color:#2a00ff !important;}
52