code[class*=language-],
pre[class*=language-] {
    color: #292b2c;
    background: #eaeaea;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    font-size:.85rem;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

:not(pre)>code[class*=language-],
pre[class*=language-] {
    background: #eaeaea
}
 
pre[class*=language-] {
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2), 0 1px 6px 0 rgba(0,0,0,.19);
    margin: 2.5em 0;
    overflow: auto;
    padding: 1em
}

pre[class*=language-]::-moz-selection {
    background: rgba(3, 169, 244, 0.7)
}

code[class*=language-]::-moz-selection,
pre[class*=language-]::-moz-selection {
    text-shadow: none;
    background: rgba(3, 169, 244, 0.7)
}

code[class*=language-]::selection,
pre[class*=language-]::selection {
    text-shadow: none;
    background: rgba(3, 169, 244, 0.7)
}

pre[class*=language-] span::-moz-selection {
    background: rgba(3, 169, 244, 0.7)
}

code[class*=language-] span::-moz-selection,
pre[class*=language-] span::-moz-selection {
    text-shadow: none;
    background: rgba(3, 169, 244, 0.7)
}

code[class*=language-] span::selection,
pre[class*=language-] span::selection {
    text-shadow: none;
    background: rgba(3, 169, 244, 0.7)
}

:not(pre)>code[class*=language-] {
    border: .13em solid #545454;
    box-shadow: 1px 1px .3em -.1em #000 inset;
    padding: .15em .2em .05em;
    white-space: normal
}

.token.cdata, 
.token.comment,
.token.doctype,
.token.prolog {
    color: #777
}

.namespace,
.token.punctuation {
    opacity: .7
}

.token.boolean,
.token.deleted,
.token.number,
.token.tag {
    color: #ce6849
}

.token.tag {
    box-shadow: none;
    text-shadow: none;
    font-weight: 400;
    display: inline;
    padding: 0;
}

.token.builtin,
.token.constant,
.token.keyword,
.token.property,
.token.selector,
.token.symbol {
    color: #328946
}

.language-css .token.string,
.style .token.string,
.token.attr-name,
.token.attr-value,
.token.char,
.token.entity,
.token.inserted,
.token.operator,
.token.string,
.token.url,
.token.variable {
    color: #b4284f
}

.token.atrule {
    color: #7385a5
}

.token.important,
.token.regex {
    color: #e8c062
}

.token.bold,
.token.important {
    font-weight: 700
}

.token.italic {
    font-style: italic
}

.token.entity {
    cursor: help
}

pre[data-line] {
    padding: 1em 0 1em 3em;
    position: relative
}

.language-markup .token.attr-name,
.language-markup .token.punctuation,
.language-markup .token.tag {
    color: #2456a0
}

.token {
    position: relative;
    z-index: 1
}

.line-highlight {
    background: -moz-linear-gradient(to right, hsla(0, 0%, 33%, .1) 70%, hsla(0, 0%, 33%, 0));
    background: -o-linear-gradient(to right, hsla(0, 0%, 33%, .1) 70%, hsla(0, 0%, 33%, 0));
    background: -webkit-linear-gradient(to right, hsla(0, 0%, 33%, .1) 70%, hsla(0, 0%, 33%, 0));
    background: hsla(0, 0%, 33%, .25);
    background: linear-gradient(to right, hsla(0, 0%, 33%, .1) 70%, hsla(0, 0%, 33%, 0));
    border-bottom: 1px dashed #545454;
    border-top: 1px dashed #545454;
    left: 0;
    line-height: inherit;
    margin-top: .75em;
    padding: inherit 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    white-space: pre;
    z-index: 0
}

.line-highlight:before,
.line-highlight[data-end]:after {
    background-color: #8693a6;
    border-radius: 999px;
    box-shadow: 0 1px #fff;
    color: #f4f1ef;
    content: attr(data-start);
    font: 700 65%/1.5 sans-serif;
    left: .6em;
    min-width: 1em;
    padding: 0 .5em;
    position: absolute;
    text-align: center;
    text-shadow: none;
    top: .4em;
    vertical-align: .3em
}

.line-highlight[data-end]:after {
    bottom: .4em;
    content: attr(data-end);
    top: auto
}

pre.code-toolbar {
    position: relative
}

pre.code-toolbar>.toolbar {
    position: absolute;
    top: .3em;
    right: .3em;
    background: #f5f2f0;
    background: rgba(224, 224, 224, .2)
}

pre.code-toolbar>.toolbar a {
    color: #6e6e6e;
    font-size: 0.9rem;
    cursor: pointer;
    padding: 0 .5em;
    font-weight: 600;
}

pre.code-toolbar>.toolbar a.zeroclipboard-is-hover,
pre.code-toolbar>.toolbar a:focus,
pre.code-toolbar>.toolbar a:hover {
    color: inherit
}