/*

Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name>

*/
pre code.hljs {
    display: block;
    overflow-x: auto;
    padding: 1em
}

code.hljs {
    padding: 3px 5px
}

.hljs {
    background: #1e1e1e !important;
    color: #dcdcdc !important
}

.hljs-keyword, .hljs-literal, .hljs-name, .hljs-symbol {
    color: #569cd6 !important
}

.hljs-link {
    color: #569cd6 !important;
    text-decoration: underline
}

.hljs-built_in, .hljs-type {
    color: #4ec9b0!important
}

.hljs-class, .hljs-number {
    color: #b8d7a3 !important
}

.hljs-meta .hljs-string, .hljs-string {
    color: #d69d85 !important
}

.hljs-regexp, .hljs-template-tag {
    color: #9a5334 !important
}

.hljs-formula, .hljs-function, .hljs-params, .hljs-subst, .hljs-title {
    color: #dcdcdc !important
}

.hljs-comment, .hljs-quote {
    color: #57a64a !important;
    font-style: italic
}

.hljs-doctag {
    color: #608b4e !importantv
}

.hljs-meta, .hljs-meta .hljs-keyword, .hljs-tag {
    color: #9b9b9b !important
}

.hljs-template-variable, .hljs-variable {
    color: #bd63c5 !important
}

.hljs-attr, .hljs-attribute {
    color: #9cdcfe !important
}

.hljs-section {
    color: gold !important
}

.hljs-emphasis {
    font-style: italic
}

.hljs-strong {
    font-weight: 700
}

.hljs-bullet, .hljs-selector-attr, .hljs-selector-class, .hljs-selector-id, .hljs-selector-pseudo, .hljs-selector-tag {
    color: #d7ba7d !important
}

.hljs-addition {
    background-color: #144212 !important;
    display: inline-block;
    width: 100%
}

.hljs-deletion {
    background-color: #600 !important;
    display: inline-block;
    width: 100%
}
