/*

Zenburn style from voldmar.ru (c) Vladimir Epifanov <voldmar@voldmar.ru>
based on dark.css by Ivan Sagalaev

*/

.hljs {
  display:    block;
  overflow-x: auto;
  padding:    0.5em;
  background: rbga(128, 128, 128, 0.5);
  color:      black;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-tag {
  color: #800000;
}

.hljs-template-tag {
  color: #800000;
}

.hljs-number {
  color: #0000c0;
}

.hljs-variable,
.hljs-template-variable,
.hljs-attribute {
  color: #800000;
}

.hljs-literal {
  color: #0000c0;
}

.hljs-subst {
  color: #008080;
}

.hljs-title,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-section,
.hljs-type {
  color: #800080;
}

.hljs-symbol,
.hljs-bullet,
.hljs-link {
  color: #808000;
}

.hljs-deletion,
.hljs-string,
.hljs-built_in,
.hljs-builtin-name {
  color: #800000;
}

.hljs-addition,
.hljs-comment,
.hljs-quote,
.hljs-meta {
  color: #404040;
}


.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}
