pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
.hljs {
  color: #4d4d4d;
  background: #fff
}
.hljs-subst {
  /* default */
  
}
.hljs-string,
.hljs-meta,
.hljs-symbol,
.hljs-template-tag,
.hljs-template-variable,
.hljs-addition {
  color: #5756a5;
}
.hljs-comment,
.hljs-quote {
  color: #797676;
  font-style:italic;
}
.hljs-number {}

.hljs-regexp,
.hljs-literal,
.hljs-bullet,
.hljs-link {
  color: #31a354
}
.hljs-deletion,
.hljs-variable {
  color: #88f
}

.hljs-selector-tag,
.hljs-title,
.hljs-section,
.hljs-built_in,
.hljs-doctag,
.hljs-selector-id,
.hljs-selector-class,
.hljs-strong {
  color: #EF5B5B
}
.hljs-keyword,.hljs-tag,.hljs-name {color: #3182bd;}
.hljs-type {color: #3182bd; font-weight:bold;}

.hljs-emphasis {/*font-style: italic; Markdown escapes are not honoured by highlight, we thus take out the styling of it emphasis. */}
.hljs-attribute,.hljs-attr {color:#20A39E;}