
#rw_wrapper { background: #f4f4f4!important; }

.pdl .codeContent .syntaxhighlighter>table td:first-child {
  padding: 5px !important;
  background-color: #e6e6e6 !important;
}

.syntaxhighlighter table td.code .line {
    background-color: #e6e6e6 !important;
    padding: 0 1em !important;
}
.syntaxhighlighter .line.alt2 {
    background-color: #e6e6e6 !important;
}

div.panel.pdl {
    border: 0px;
}
.panel {
    border-color: #e6e6e6;
}
.code, .preformatted {
    background-color: none !important
}
.code {
    border-width: 0px;
}

/* Safari bug fix for nav */
/*#rw_category_menu.rw_version_2 {
    overflow: visible;
}*/


