
pre code {
		font-size: 11px;
    display: block;
    color: #000;
}

.subst, .title {
    font-weight: normal;
    color: #000;
}

.comment, .template_comment, .javadoc, .diff .header {
    color: #808080;
    font-style: italic;
}

.annotation, .decorator, .preprocessor, .doctype, .pi, .chunk, .shebang, .apache .cbracket {
    color: #808000;
}

.tag, .pi {
    
}

.tag .title, .id, .attr_selector, .pseudo, .literal, .keyword, .hexcolor, .css .function, .ini .title, .css .class, .list .title {
    color: #0000ff;
}

.attribute, .rules .keyword, .date, .regexp {

    color: #800080;
}

.number, .regexp {
    font-weight: normal;
}

.string, .value, .filter .argument, .css .function .params, .apache .tag {
    color: #008000;

}

.symbol, .char {
    color: #000;
    font-style: italic;
}

.phpdoc, .javadoctag {
    text-decoration: underline;
}

.variable, .envvar, .apache .sqbracket {
    color: #660e7a;
}

.addition {
    background: #baeeba;
}

.deletion {

}

.diff .change {

}

span.line {display:block; float:left; width:32px; text-align:right; background:#eee8e8; border-right:#aaa 1px solid; padding: 0 4px 0 4px; color:#000 !important; margin-right:8px;}
.even {display:block; float:left; width:100%; overflow:hidden; background:#e8e8e8; }
.odd {display:block; float:left; width:100%; overflow:hidden; background:transparent;}
.threat {color:#f00 !important;}
