pre.prettyprint {
  display: block;
  margin: .5rem 0 3rem;
  padding: 5rem;
  font-size: 1.6rem;
  background-color: #333;
}

pre.prettyprint code {
  font-family: "Courier New", Consolas, monospace;
  line-height: 2;
  color: #ccc;
}

pre.prettyprint code .atn,
pre.prettyprint code .kwd,
pre.prettyprint code .tag {
  font-weight: 700
}

pre.prettyprint code {
  display         : block;
  background-color: #333
}

pre.prettyprint code .nocode {
  background-color: none;
  color           : #000
}

pre.prettyprint code .str {
  color: #ffa0a0
}

pre.prettyprint code .kwd {
  color: khaki
}

pre.prettyprint code .com {
  color: #87ceeb
}

pre.prettyprint code .typ {
  color: #98fb98
}

pre.prettyprint code .lit {
  color: #cd5c5c
}

pre.prettyprint code .pln,
pre.prettyprint code .pun {
  color: #fff
}

pre.prettyprint code .tag {
  color: khaki
}

pre.prettyprint code .atn {
  color: #bdb76b
}

pre.prettyprint code .atv {
  color: #ffa0a0
}

pre.prettyprint code .dec {
  color: #98fb98
}

pre.prettyprint code ol.linenums {
  margin-top   : 0;
  margin-bottom: 0;
  color        : #AEAEAE
}

pre.prettyprint code li.L0,
pre.prettyprint code li.L1,
pre.prettyprint code li.L2,
pre.prettyprint code li.L3,
pre.prettyprint code li.L5,
pre.prettyprint code li.L6,
pre.prettyprint code li.L7,
pre.prettyprint code li.L8 {
  list-style-type: none
}

@media print {
  pre.prettyprint code {
    background-color: none
  }

  pre.prettyprint code .str {
    color: #060
  }

  pre.prettyprint code .kwd {
    color      : #006;
    font-weight: 700
  }

  pre.prettyprint code .com {
    color     : #600;
    font-style: italic
  }

  pre.prettyprint code .typ {
    color      : #404;
    font-weight: 700
  }

  pre.prettyprint code .lit {
    color: #044
  }

  pre.prettyprint code .pun {
    color: #440
  }

  pre.prettyprint code .pln {
    color: #000
  }

  pre.prettyprint code .tag {
    color      : #006;
    font-weight: 700
  }

  pre.prettyprint code .atn {
    color: #404
  }

  pre.prettyprint code .atv {
    color: #060
  }
}

@media screen and (max-width:767px) {
  pre.prettyprint {
    overflow-x: auto;
  }
}