/* Pretty printing styles. Used with prettify.js. */
/* Vim sunburst theme by David Leibovic */

.str { color: #ec7600; } /* string  - green */
.kwd { color: #93c763; } /* keyword - dark pink */
.com { color: #66747b; font-style: italic; } /* comment - gray */
.typ { color: #678cb1; } /* type - light blue */
.lit { color: #facd22; } /* literal - blue */
.pun { color: #f1f2f3; } /* punctuation - white */
.pln { color: #f1f2f3; } /* plaintext - white */
.tag { color: #8ac763; } /* html/xml tag    - light blue */
.atn { color: #e0e2e4; } /* html/xml attribute name  - khaki */
.atv { color: #ec7600; } /* html/xml attribute value - green */
.dec { color: #purple; } /* decimal - blue */

.prettyprint {
  padding: 8px 16px;
  background-color: #222;
  font-weight: bold;
}
.prettyprint code {
  font-family: Monaco, "Courier New", monospace;
}

ol.linenums { margin-top: 0; margin-bottom: 0; color: #aeaeae; } /* ie indents via margin-left */
li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8 { list-style-type: none; background-color: #555; }
/* Alternate shading for lines */
li.L1,li.L3,li.L5,li.L7,li.L9 { background-color: #222; }

@media print {
  .str{ color: #060; font-weight: normal; }
  .kwd{ color: #006; font-weight: bold; }
  .com{ color: #600; font-style: italic; }
  .typ{ color: #404; font-weight: bold; }
  .lit{ color: #044; font-weight: normal; }
  .pun{ color: #440; font-weight: normal; }
  .pln{ color: #000; font-weight: normal; }
  .tag{ color: #006; font-weight: bold; }
  .atn{ color: #404; font-weight: normal; }
  .atv{ color: #060; font-weight: normal; }
}
