#content pre code, #content pre#license, div.contents pre code, div.contents pre#license {
    color: #000;
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    font-size: 10pt;
    padding: 0;
    background-color: #f5f5f5;
    border: 1px solid #bbb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 5px;
    behavior: url(../scripts/pie/PIE.php);
}
pre code {
    display: block;
    padding: 0;
    color: #333;
    background: #f8f8ff;
        background-color: rgb(248, 248, 255);
        background-clip: border-box;
}
code .preprocessor, code .pi, code .doctype, code .shebang, code .cdata {
    color: #999;
    font-weight: bold;
}
code .keyword, code .css .rule .keyword, code .winutils, code .javascript .title, code .nginx .title, code .subst, code .request, code .status {
    color: #333;
    font-weight: bold;
}
code .number, code .hexcolor, code .ruby .constant {
    color: #099;
}
code .string, code .tag .value, code .phpdoc, code .tex .formula {
    color: #567e25;
}
code .mty {
  color: #1a9988
}
code .csl {
  color: #eb5600
}
code .std {
  color: #ff1111
}
code .comment, code .template_comment, code .diff .header, code .javadoc {
    color: #998;
    font-style: italic;
}
