/* Hide box shadow */
.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
    box-shadow: none;
}

/* Remove vertical scrollbar (IE & Chrome) */
.syntaxhighlighter {
    overflow-y: hidden !important;
}

/* Fix underscores not showing ; https://github.com/syntaxhighlighter/syntaxhighlighter/issues/406*/
.syntaxhighlighter table td.code .container {
    padding-bottom: 2px !important;
}
