1/* Hide box shadow */
2.syntaxhighlighter a,
3.syntaxhighlighter div,
4.syntaxhighlighter code,
5.syntaxhighlighter table,
6.syntaxhighlighter table td,
7.syntaxhighlighter table tr,
8.syntaxhighlighter table tbody,
9.syntaxhighlighter table thead,
10.syntaxhighlighter table caption,
11.syntaxhighlighter textarea {
12    box-shadow: none;
13}
14
15/* Remove vertical scrollbar (IE & Chrome) */
16.syntaxhighlighter {
17    overflow-y: hidden !important;
18}
19
20/* Fix underscores not showing ; https://github.com/syntaxhighlighter/syntaxhighlighter/issues/406*/
21.syntaxhighlighter table td.code .container {
22    padding-bottom: 2px !important;
23}
24