
code[class*=language-],
pre[class*=language-] {
    color: #1b6e98;
    background: transparent;
    text-shadow: none;
    font-family: 'Source Code Pro', Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre[class*=language-] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
    border-radius: .3em
}

:not(pre) > code[class*=language-], pre[class*=language-] {
    background: hsl(40, 30%, 97%);
}

:not(pre) > code[class*=language-] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal
}

.token {
    vertical-align: text-top;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: #bab8b7;
}

.token.punctuation {
    color: #595959;
}

.token.namespace {
    opacity: .7;
}

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
    color: #1b6e98;
}

.token.string,
.token.char {
    color: #c38e22;
}

.token.number {
    color: #dd713c;
}

.token.selector,
.token.attr-name,
.token.builtin,
.token.inserted {
    color: #00a4b3;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
    color: #595959;
}

.token.function {
    color: #1b6e98;
}

.token.atrule,
.token.attr-value,
.token.class-name {
    color: #00a4b3;
}

.token.boolean,
.token.keyword {
    color: #0099e6;
}

.token.regex,
.token.important {
    color: #fd971f;
}

.token.important,
.token.bold {
    font-weight: bold;
}

.token.italic {
    font-style: italic;
}

.token.entity {
    cursor: help;
}