/*

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

*/

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

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

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

.hljs-number, .hljs-literal, .hljs-variable, .hljs-template-variable, .hljs-tag .hljs-attr {
  color: #008080;
}

.hljs-string, .hljs-doctag {
  color: #d14;
}

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

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

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

.hljs-tag, .hljs-name, .hljs-attribute {
  font-weight: normal;
  color: #000080;
}

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

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

.hljs-built_in, .hljs-builtin-name {
  color: #0086b3;
}

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

.hljs-deletion {
  background: #fdd;
}

.hljs-addition {
  background: #dfd;
}

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

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