code[class*="language-"] {
  color: black;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
code[class*="language-"]::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
code[class*="language-"]::selection {
  text-shadow: none;
  background: #b3d4fc;
}
pre[class*="language-"] {
  color: black;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
  background: #f5f2f0;
}
pre[class*="language-"]::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
pre[class*="language-"]::selection {
  text-shadow: none;
  background: #b3d4fc;
}
:not(pre) > code[class*="language-"] {
  background: #f5f2f0;
  padding: .1em;
  border-radius: .3em;
}
.token.comment {
  color: slategray;
}
.token.prolog {
  color: slategray;
}
.token.doctype {
  color: slategray;
}
.token.cdata {
  color: slategray;
}
.token.punctuation {
  color: #999;
}
.namespace {
  opacity: .7;
}
.token.property {
  color: #905;
}
.token.tag {
  color: #905;
}
.token.boolean {
  color: #905;
}
.token.number {
  color: #905;
}
.token.constant {
  color: #905;
}
.token.symbol {
  color: #905;
}
.token.selector {
  color: #690;
}
.token.attr-name {
  color: #690;
}
.token.string {
  color: #690;
}
.token.builtin {
  color: #690;
}
.token.operator {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.token.entity {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
  cursor: help;
}
.token.url {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.language-css .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.token.variable {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.token.atrule {
  color: #07a;
}
.token.attr-value {
  color: #07a;
}
.token.keyword {
  color: #07a;
}
.token.regex {
  color: #e90;
}
.token.important {
  color: #e90;
  font-weight: bold;
}
@media print {
  code[class*="language-"] {
    text-shadow: none;
  }
  pre[class*="language-"] {
    text-shadow: none;
  }
}
