pre code.hljs {
    display: block;
    overflow-x: auto;
    padding: 1em
}

code.hljs {
    padding: 3px 5px
}
/*
 * Visual Studio 2015 dark style
 * Author: Nicolas LLOBERA <nllobera@gmail.com>
 */
.hljs {
    background: #1E1E1E;
    color: #DCDCDC
}

.hljs-keyword,
.hljs-literal,
.hljs-symbol,
.hljs-name {
    color: #569CD6
}

.hljs-dotfunction {
    color: #DCDCAA
}

.hljs-function {
    background: #2E2E2E;
}

    .hljs-function .hljs-title {
        color: #DCDCAA
    }

    .hljs-constructor .hljs-title {
        color: #4EC9B0
    }

.hljs-link {
    color: #569CD6;
    text-decoration: underline
}

.hljs-built_in {
    color: #569CD6
}

.hljs-title {
    color: #4EC9B0
}

    .hljs-title.function_ {
        color: #DCDCAA
    }

.hljs-type {
    color: #4EC9B0
}

.hljs-interface,
.hljs-enum {
    color: #B8D7A3
}

.hljs-number,
.hljs-class {
    color: #B8D7A3
}

.hljs-string,
.hljs-meta .hljs-string {
    color: #D69D85
}

.hljs-regexp,
.hljs-template-tag {
    color: #9A5334
}

.hljs-subst,
.hljs-params,
.hljs-formula {
    color: #DCDCDC
}

.hljs-comment,
.hljs-quote {
    color: #57A64A;
}

.hljs-doctag {
    color: #608B4E
}

.hljs-meta {
    color: #4EC9B0
}

    .hljs-meta .hljs-keyword,
    .hljs-tag {
        color: #9B9B9B
    }

.hljs-variable,
.hljs-template-variable {
    color: #9CDCFE
}

.hljs-attr,
.hljs-attribute {
    color: #9CDCFE
}

.hljs-section {
    color: gold
}

.hljs-emphasis {
    font-style: italic
}

.hljs-strong {
    font-weight: bold
}

.hljs-code {
    font-family: Consolas;
}

.hljs-bullet,
.hljs-selector-tag,
.hljs-selector-id,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
    color: #D7BA7D
}

.hljs-addition {
    background-color: #144212;
    display: inline-block;
    width: 100%
}

.hljs-deletion {
    background-color: #600;
    display: inline-block;
    width: 100%
}

.hljs-csharp-keyword {
    color: #C586C0;
}

.hljs-method-call {
    color: #DCDCAA;
}
