pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: .1875rem .3125rem
}
/* end baseline CSS */
.hljs {
  color: #000;
  font-weight: bold;
  background: #fffae5
}
/* Base color: saturation 0; */
.hljs-subst {
  /* default */
  
}
/* purposely ignored */
.hljs-formula,
.hljs-attr,
.hljs-property {
}
.hljs-comment {
  color: #005cf5;
  font-weight: normal;
  font-style: italic;
}
.hljs-tag {
  color: #444a;
  font-weight: normal;
}
.hljs-tag .hljs-name,
.hljs-tag .hljs-attr {
  color: #444;
  font-weight: normal;
}
.hljs-keyword{
  color: #009900;
}
.hljs-punctuation,
.hljs-function,
.hljs-attribute,
.hljs-selector-tag,
.hljs-doctag,
.hljs-name {
  color: #009900;
  font-weight: normal;
}
.hljs-type,
.hljs-params {
  color: #0000ff;
  font-weight: normal;
}
/* User color: hue: 0 */
.hljs-string{
  color: #009900;
  font-weight: normal;
  font-style: italic;
}
.hljs-number,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-symbol,
.hljs-deletion {
  color: #ff0000;
  font-weight: normal;
}
.hljs-title,
.hljs-section {
  color: #0000ff;
  font-weight: normal;
}
.hljs-regexp,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr,
.hljs-operator,
.hljs-selector-pseudo {
  color: #ab5656;
  font-weight: normal;
}
/* Language color: hue: 90; */
.hljs-literal {
  color: #009900;
}
.hljs-built_in,
.hljs-bullet,
.hljs-code,
.hljs-addition {
  color: #ce30e1;
  font-weight: normal;
}
/* Meta color: hue: 200 */
.hljs-meta {
  color: #963200;
  font-weight: normal;
}
.hljs-meta .hljs-string {
  color: #963200;
  font-weight: normal;
}
.hljs-meta .hljs-keyword {
  color: #963200;
  font-weight: normal;
}
/* Misc effects */
.hljs-emphasis {
  font-style: italic
}
.hljs-strong {
  font-weight: bold
}