/*

github.com style (c) Vasily Polovnyov <vast@whiteants.net>

*/

pre code {
    display: block;
    color: #000;
    background: #f8f8ff
}

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

.keyword, .css .rule .keyword, .winutils, .javascript .title, .lisp .title, .subst {
    color: #000;
    font-weight: bold 
}

.number, .hexcolor {
    color: #40a070
}

.string, .attribute .value, .phpdoc {
    color: #d14
}

.title, .id {
    color: #900;
    font-weight: bold
}

.javascript .title, .lisp .title, .subst {
    font-weight: normal
}

.class .title {
    color: #458;
    font-weight: bold
}

.tag, .css .keyword, .html .keyword, .tag .title, .django .tag .keyword {
    color: #000080;
    font-weight: normal
}

.attribute, .variable, .instancevar, .lisp .body {
    color: #008080
}

.regexp {
    color: #009926
}

.class {
    color: #458;
    font-weight: bold
}

.symbol, .lisp .keyword {
    color: #990073
}

.builtin, .built_in, .lisp .title {
    color: #0086b3
}

.preprocessor, .pi, .doctype, .shebang, .cdata {
    color: #999;
    font-weight: bold
}

.deletion {
    background: #fdd
}

.addition {
    background: #dfd
}

.diff .change {
    background: #0086b3
}

.chunk {
    color: #aaa
}