/* Tomorrow Night Eighties Theme */
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
/* css88 0.2*/
.prettyprint,pre.prettyprint {
    background-color: #444444;
    border: 1px solid #272822;
    overflow: hidden;
    padding: 0px;
    margin: 20px 0;
    font: 14px/20px 'courier new';
    color: #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space:pre;
    white-space:pre-wrap;
    word-break:break-all;
    word-wrap:break-word;
}

.prettyprint.linenums,
pre.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #39382E, inset 41px 0 0 #464741;
  -moz-box-shadow: inset 40px 0 0 #39382E, inset 41px 0 0 #464741;
  box-shadow: inset 40px 0 0 #39382E, inset 41px 0 0 #464741;
}
.prettyprint.linenums ol,
pre.prettyprint.linenums ol {
    margin: 0 0 0 33px;
}
.prettyprint.linenums ol li,
pre.prettyprint.linenums ol li {
    padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  margin-left: 0;
  list-style: decimal;
}
.prettyprint ol.linenums{ margin: 0 0 0 42px!important;/*margin-bottom: -8px; margin-top:-8px; margin-right: -8px; position:relative;*/background-color: #272822; padding: 8px; }
.prettyprint ol.linenums li{
    position: relative; }
.prettyprint .com { color: #93a1a1; }
.prettyprint .lit { color: #AE81FF; }
.prettyprint .pun,
.prettyprint .opn,
.prettyprint .clo { color: #F8F8F2; }
.prettyprint .fun { color: #dc322f; }
.prettyprint .str,
.prettyprint .atv { color: #E6DB74; }
.prettyprint .kwd,
.prettyprint .tag { color: #F92659; }
.prettyprint .typ,
.prettyprint .atn,
.prettyprint .dec,
.prettyprint .var { color: #A6E22E; }
.prettyprint .pln { color: #66D9EF; }
.prettyprint .pre-title{margin: 10px 0;padding-left: 10px; line-height: 1.5; font-weight: 400;}
.prettyprint  .pre-title .com,
.prettyprint  .pre-title .lit,
.prettyprint  .pre-title .pun,
.prettyprint  .pre-title .opn,
.prettyprint  .pre-title .clo,
.prettyprint  .pre-title .fun,
.prettyprint  .pre-title .str,
.prettyprint  .pre-title .atv,
.prettyprint  .pre-title .kwd,
.prettyprint  .pre-title .tag,
.prettyprint  .pre-title .typ,
.prettyprint  .pre-title .atn,
.prettyprint  .pre-title .dec,
.prettyprint  .pre-title .var,
.prettyprint  .pre-title .pln{color: #FFFFFF;}
.prettyprint .important{/*background-color: #505050; */}
.prettyprint .important:before{
        position: absolute; content: ""; display: block;width: 2px; height: 100%;
        background-color: #E6DB74;
        top:0;left: -8px}
