/*************************
***  Highlight Styles  ***
*************************/

td#hl-main, td#gutter { font-size: 100%; margin: 0; }
td#gutter { width: 45px; text-align: right; padding: 0 7px 0 0; border-right: 1px solid #ccc; }
td#hl-main { padding: 0 0 0 10px; }
.hl-identifier, .hl-number, .hl-inlinetags, .hl-var  { background-color: inherit; color: #00b; }
.hl-prepro, .hl-special { font-weight: bold; }
.hl-comment, .hl-mlcomment { background-color: inherit; color: #ff8000; }
.hl-quotes, .hl-string { background-color: inherit; color: #d00; }
.hl-types, .hl-reserved, .hl-code, .hl-brackets { background-color: inherit; color: #070; }
