.notebook code, .notebook code[class*=language-], .notebook pre[class*=language-] {
    color: #000 !important;
    background: 0 0;
    text-shadow: 0 1px #fff;
    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;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

.notebook code[class*=language-] ::-moz-selection, .notebook code[class*=language-]::-moz-selection, .notebook pre[class*=language-] ::-moz-selection, .notebook pre[class*=language-]::-moz-selection {
    text-shadow: none;
    background: #b3d4fc !important;
}

.notebook p code {
    background-color: #eff0f1;
    font-family: monospace;
}

.notebook p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.notebook code[class*=language-] ::selection, .notebook code[class*=language-]::selection, .notebook pre[class*=language-] ::selection, .notebook pre[class*=language-]::selection {
    text-shadow: none;
    background: #b3d4fc
}

@media print {
    .notebook code[class*=language-], .notebook pre[class*=language-] {
        text-shadow: none
    }
}

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

.notebook :not(pre)>code[class*=language-], .notebook pre[class*=language-] {
    background: #f5f2f0
}

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

.notebook .token.cdata, .notebook .token.comment, .notebook .token.doctype, .notebook .token.prolog {
    color: #708090
}

.notebook .token.punctuation {
    color: #999
}

.notebook .namespace {
    opacity: .7
}

.notebook .token.boolean, .notebook .token.constant, .notebook .token.deleted, .notebook .token.number, .notebook .token.property, .notebook .token.symbol, .notebook token.tag {
    color: #905
}

.notebook .token.attr-name, .notebook .token.builtin, .notebook .token.char, .notebook .token.inserted, .notebook .token.selector, .notebook .token.string {
    color: #690
}

.notebook .language-css .token.string, .notebook .style .token.string, .notebook .token.entity, .notebook .token.operator, .notebook .token.url {
    color: #a67f59;
    background: hsla(0, 0%, 100%, .5)
}

.notebook .token.atrule, .notebook .token.attr-value, .notebook .token.keyword {
    color: #07a
}

.notebook .token.function {
    color: #DD4A68
}

.notebook .token.important, .notebook .token.regex, .notebook .token.variable {
    color: #e90
}

.notebook .token.bold, .notebook .token.important {
    font-weight: 700
}

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

.notebook .token.entity {
    cursor: help
}

.notebook h1, .notebook h2, .notebook h3, .notebook h4, .notebook h5, .notebook h6 {
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
    color: black;
    text-rendering: optimizelegibility;
    letter-spacing: normal;
    font-weight: bold;
    text-align: left;
}

.notebook h1 {
    font-size: 185.7%;
}

.notebook h2 {
    font-size: 157.1%;
}

.notebook {
    max-width: 960px;
    border: 1px solid #ccc;
    margin: 1em auto;
    padding: 1.5em 1.5em 1.5em 7em;
    background-color: white;
    box-shadow: 0 0 10px #ccc;
}

.notebook p, .notebook pre {
    text-align: left;
    color: black;
    text-rendering: optimizelegibility;
}

.notebook table {
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #000;
    border-collapse: collapse;
}

.notebook table {
    max-width: 100%;
    background-color: transparent;
    border-spacing: 0;
}

.notebook tr, .notebook th, .notebook td {
    border: 1px solid #000;
    border-collapse: collapse;
    margin: 1em 2em;
    color: #000 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.notebook td, .notebook th {
    text-align: left;
    vertical-align: middle;
    padding: 4px;
}

.notebook table {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}