/*

github.com style (c) Vasily Polovnyov <vast@whiteants.net>

*/

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8;
}

.hljs-comment,
.hljs-quote {
  color: #998;
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #0000dd;
  font-weight: bold;
}

.hljs-literal {
  /*color: #008080;*/
  color: #0000dd;
}


.hljs-string,
.hljs-doctag {
  /*color: #d14;*/
  color: #1b4;
}

.hljs-subst {
  font-weight: normal;
}

.hljs-type,
.hljs-class .hljs-title {
  color: #458;
  font-weight: bold;
}

.hljs-tag,
.hljs-attr,
.hljs-name,
.hljs-attribute {
  color: #0000dd;
  /*font-weight: bold;*/
}

.hljs-regexp,
.hljs-link {
  color: #009926;
}

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

.hljs-built_in,
.hljs-builtin-name {
  /*color: #0086b3;*/
  color: #8000bb;
  font-weight: bold;
}

.hljs-meta {
  color: #999;
  font-weight: bold;
}

.hljs-deletion {
  background: #fdd;
}

.hljs-addition {
  background: #dfd;
}

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

.hljs-strong {
  font-weight: bold;
  color: #e30613;
}

.hljs-title,
.hljs-section,
.hljs-selector-id {
  color: #400080;
  font-weight: bold;
}

.hljs-variable,
.hljs-template-variable {
  color: #2222cc;
}

.hljs-parameter {
  color: #cc5500;
}

.hljs-value {
  color: #22cc22;
}

.hljs-number {
  /*color: #008080;*/
  color: #ff8c00;
}

.hljs-shebang {
  color: #008080;
}

.hljs-comment1 {
  color: #b30000;
  font-weight: bold;
}

