pre.prettyprint{
  box-shadow:0 0 3px 0 rgba(0,0,0,0.16);
  border:1px solid #ddd !important;
}
/*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */
.prettyprint {
  background: #ffffff !important;
  font-family: 'Roboto Mono',Monaco,courier,monospace !important;
  border: 0 !important;
  border-radius:6px !important;
  width:90%;
  margin:1em auto;
  padding-top:15px !important;
  padding-left:15px !important;
  white-space:pre-wrap;
  
  
}

.pln {
  color: #2d94e2 !important;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  color: #cccccc !important;
}

li.L0,
li.L1,
li.L2,
li.L3,
li.L4,
li.L5,
li.L6,
li.L7,
li.L8,
li.L9 {
  padding-left: 1em !important;
  background-color: #fff !important;
  list-style-type: decimal !important;
}

@media screen {

  /* string content */

  .str {
    color: #183691 !important;
  }

  /* keyword */

  .kwd {
    color: #ea2782 !important;
  }

  /* comment */

  .com {
    color: #777777 !important;
  }

  /* type name */

  .typ {
    color: #4acea9 !important;
  }

  /* literal value */

  .lit {
    color: #60b75b !important;
  }

  /* punctuation */

  .pun {
    color: #333 !important;
  }

  /* lisp open bracket */

  .opn {
    color: #333 !important;
  }

  /* lisp close bracket */

  .clo {
    color: #333 !important;
  }

  /* markup tag name */

  .tag {
    color: #000080 !important;
  }

  /* markup attribute name */

  .atn {
    color: #795da3 !important;
  }

  /* markup attribute value */

  .atv {
    color: #183691 !important;
  }

  /* declaration */

  .dec {
    color: #333 !important;
  }

  /* variable name */

  .var {
    color: #008080 !important;
  }

  /* function name */

  .fun {
    color: #900 !important;
  }
}
