/*

Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>

*/

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

code .hljs-keyword {
  color: #f84c08
}

code .hljs-preprocessor {
  color: Brown
}

code .hljs-built_in {
  color: SteelBlue
}

code .hljs-number {
  color: #d14;
}

code.hljs {
  color: black;
}

code .hljs-string,
code .hljs-title,
code .hljs-constant {
  color: #800;
}

code .hljs-typename {
  color: #f84c08
}
