/* Кнопки переключения */
#light_dark {
  border-top: 1px solid #949494;
  background: #949494;
  text-align: right;
}
#dark {
  outline: 0px solid #f00;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  margin-right: 13px;
}
@media only screen and (max-width: 380px) {
  #dark {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 358px) {
  #dark {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 336px) {
  #dark {
    padding: 5px;
  }
}
@media only screen and (max-width: 286px) {
  #dark {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 256px) {
  #dark {
    font-size: 10px !important;
  }
}
#dark:hover {
  text-decoration: none;
}
#light {
  outline: 0px solid #f00;
  text-decoration: none;
  background: #949494;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
}
@media only screen and (max-width: 380px) {
  #light {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 358px) {
  #light {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 336px) {
  #light {
    padding: 5px;
  }
}
@media only screen and (max-width: 256px) {
  #light {
    font-size: 10px !important;
  }
}
#light:hover {
  text-decoration: none;
  background: #fff;
  color: #000;
  cursor: pointer;
}
/* Конец кнопок переключения */
.prettyprint {
  white-space: pre-wrap;
  word-break: break-all;
  letter-spacing: 0 !important;
  background: #000;
  font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace;
  font-size: 16px;
  border-left: 1px solid #949494 !important;
  border-right: 1px solid #949494 !important;
  border-bottom: 1px solid #949494 !important;
  max-height: 400px;
  min-height: 54px;
  overflow-y: auto;
}
code {
  color: #C80000;
  font-weight: bold;
}
.pln {
  color: #000;
}
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px 5px 46px;
}
li.L0, li.L1, li.L2, li.L3, li.L4, li.L5, li.L6, li.L7, li.L8, li.L9 {
  color: #ccc;
  list-style-type: decimal;
}
li.L1, li.L3, li.L5, li.L7, li.L9 {
  background: #111;
}
.str {
  color: #EC7600;
}
.kwd {
  color: #93C763;
}
.com {
  color: #A681D6;
}
.typ {
  color: #D2D4D4;
}
.lit {
  color: #FACD22;
}
.pun {
  color: #F1F2F3;
}
.pln {
  color: #F1F2F3;
}
.tag {
  color: #8AC763;
}
.atn {
  color: #15B8CF;
}
.atv {
  color: #EC7600;
}
.dec {
  color: #ECDC00;
}