div.example {
    width: 98%;
    color: #000;
    background-color: #f6f4f0;
    background-color: #d0e69c;
    background-color: #dcecb5;
    background-color: #e5eecc;
    margin: 0 0 5px 0;
    padding: 5px;
    border: 1px solid #d4d4d4;
    background-image: -webkit-linear-gradient(#fff,#e5eecc 100px);
    background-image: linear-gradient(#fff,#eee 100px)
}

div.example p{
    margin: 0 0;
}

div.example_code {
    line-height: 1.4em;
    width: 98%;
    background-color: #f9f9f9;
    padding: 5px;
    border: 1px solid #d4d4d4;
    font-size: 70%;
    font-family: Menlo,Monaco,Consolas,"Andale Mono","lucida console","Courier New",monospace;
    word-break: break-all;
    word-wrap: break-word
}

div.example_result {
    background-color: #fff;
    padding: 4px;
    border: 1px solid #d4d4d4;
    width: 98%
}

div.code {
    width: 98%;
    border: 1px solid #d4d4d4;
    background-color: #f6f4f0;
    color: #444;
    padding: 5px;
    margin: 0
}

div.code div {
    font-size: 110%
}

div.code div,div.code p,div.example_code p {
    font-family: "courier new"
}
.hl-default {
    color: #000
}

.hl-code {
    color: Gray
}

.hl-brackets {
    color: Olive
}

.hl-comment {
    color: #a50
}

.hl-quotes {
    color: #8b0000
}

.hl-string {
    color: #a11
}

.hl-identifier {
    color: #05a
}

.hl-builtin {
    color: Teal
}

.hl-reserved {
    color: Green
}

.hl-inlinedoc {
    color: #00f
}

.hl-var {
    color: #00008b
}

.hl-url {
    color: #00f
}

.hl-special {
    color: Navy
}

.hl-number {
    color: Maroon
}

.hl-inlinetags {
    color: #00f
}

.hl-main {
    background-color: #f9f9f9;
    font-family: Menlo,Monaco,Consolas,"Andale Mono","lucida console","Courier New",monospace;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word
}

.hl-gutter {
    background-color: #999;
    color: #fff;
}

.hl-table {
    font-family: courier;
    font-size: 12px;
    border: solid 1px #d3d3d3;
}

.highLT {
    color:#170;
}
.highGT {
    color:#170;
    margin-left: -5px;
}
.highCOM {
    color:#a50;
    margin-left: -5px;
}
.highELE {
    color:#170;
    margin-left: -5px;
}
.highATT {
    color:#00c;
    margin-left: -5px;
}
.highVAL {
    color:#a11;
    margin-left: -5px;
}

pre {
    margin: 0px auto;
    font: 14px/20px Menlo,Monaco,Consolas,"Andale Mono","lucida console","Courier New",monospace;
    border: 2px solid #282c34;
    background: #282c34 top;
    color: #FFFFFF;
    padding: 20px 10px 20px 10px;
    overflow: auto;
    word-break: normal !important;
    word-wrap: normal !important;
    white-space: pre !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.pk-code-tools{
    background-color: #282c34;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    height: 30px;
    position: relative;
}

.pk-code-tools .dot i {
    display:inline-block;
    width:12px;
    height:12px;
    border-radius:6px
}
.pk-code-tools .dot i:not(:last-child) {
    margin-right:5px
}
.pk-code-tools .dot i:nth-child(1) {
    background-color:#FF5F56
}
.pk-code-tools .dot i:nth-child(2) {
    background-color:#FFBD2E
}
.pk-code-tools .dot i:nth-child(3) {
    background-color:#27C93F
}
.snippet-wrap {
    position: relative;
    margin: 5px auto;
    padding: 5px 0px;
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    border-radius: 3px;
}

h2.example,h2.example_head {
     color: #444;
     color: #617f10;
     background-color: transparent;
     margin-top: 0
 }

h2.example {
    font-size: 80%;
    margin: 0px 0 0px;
    padding-top: 2px;
    border-top: none;
}

h2.example_head {
    font-size: 80%;
    margin: 0px 0 0px;
    padding-top: 2px;
    border-top: none;
}

h2.home {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 120%;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    color: #900b09;
    background-color: #fff
}

h2.tutheader {
    margin: 0;
    padding-top: 5px;
    border-top: 1px solid #d4d4d4;
    clear: both
}

.precopy {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 10px;
    color: #DDD;
}

.hljs {
    display:block;
    overflow-x:auto;
    color:#abb2bf;
    background:#282c34
}
.hljs-comment,
.hljs-quote {
    color:#5c6370;
    font-style:italic
}
.hljs-doctag,
.hljs-keyword,
.hljs-formula {
    color:#c678dd
}
.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
    color:#e06c75
}
.hljs-literal {
    color:#56b6c2
}
.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
    color:#98c379
}
.hljs-built_in,
.hljs-class .hljs-title {
    color:#e6c07b
}
.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
    color:#d19a66
}
.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
    color:#61aeee
}
.hljs-emphasis {
    font-style:italic
}
.hljs-strong {
    font-weight:bold
}
.hljs-link {
    text-decoration:underline
}
