.syntaxhighlighter table td.code .container {
    position: relative!important; 
    background-color: #f5f5f5!important;
}
.syntaxhighlighter .line.alt2 {
     background-color:  #f5f5f5!important; 
}
.syntaxhighlighter .line.alt1 {
     background-color:  #f5f5f5!important;
}
.syntaxhighlighter .line {
    white-space: normal!important;
    line-height: 1.3em!important;
}
.syntaxhighlighter code {
    line-height: 1.3em!important;
}
.syntaxhighlighter .gutter {
    width: 35px!important;
    display: none;
}
.syntaxhighlighter .preprocessor {
    color: green!important;
}