
.code a { text-decoration: none; }

.code dfn { font-style: normal }

.code b, .code em { color: #808000; font-style:normal; font-weight: normal }
.code .include { color: #008000 ; font-style:normal; font-weight: normal }
.code i { color: #008000 ; font-style:normal; font-weight: normal }
.code i a { color: #037; }

.code .type, .code .namespace, .code .enumconstant  { color: #800080}
.code .field, .code .member { color: #860d0d }
.code .virtual { font-style: italic }
.code .fn, .code .memfn, .code .staticfn, .code .constructor, .code .destructor { color: #00677c }

.highlight { background-color: #eee; border: 1px solid #B4B4B4; margin:-1px}
th.highlight { font-weight: bold; }
th.highlight+td { background-color: #eee; }

/**/

.tok-keyword { color: #808000; font-style:normal; font-weight: normal }
.tok-meta, .tok-string, .tok-string2 { color: #008000 ; font-style:normal; font-weight: normal }
.code .include { color: #008000 ; font-style:normal; font-weight: normal }
.tok-comment { color: #008000 ; font-style:normal; font-weight: normal }
.tok-comment a { color: #037; }
.code var, .code u { color: #000080;  text-decoration: none; font-style:normal }
.code .var { color: #000080;  text-decoration: none; font-style:normal }

.tok-typeName, .tok-namespace  { color: #800080}
.code .field, .code .member { color: #860d0d }
.code .virtual { font-style: italic }
.code .local { color: #092e64 }
.code .fn, .code .memfn, .code .staticfn, .code .constructor, .code .destructor { color: #00677c }

.include a { color: #008000 ; text-decoration: none; }

.diagnostic-note {
    background-color:#00677c;
}

.diagnostic-note::before {
    content: 'ℹ️'
}

.diagnostic-remark {
    background-color: #00677c;
}

.diagnostic-remark::before {
    content: 'ℹ️'
}

.diagnostic-warning {
    background-color: gold;
}

.diagnostic-warning::before {
    content: '☢️'
}

.diagnostic-error {
    background-color: #860d0d;
}

.diagnostic-error::before {
    content: '❌'
}

.diagnostic-fatal {
    background-color: #860d0d;
}

.diagnostic-fatal::before {
    content: '☠️'
}

.impref::before {
    content: "\2380";
}

.refarg::before {
    display: inline-block;
    position: relative;
    bottom: 0.7em;
    opacity: 0.8;
    font-size: x-small;
    color: gray;
    content: "&";
}

/* maybe not the best place to put these... 
used for highlighting references in the reference list view
*/
.refhighlight {
    background-color: gold;
  }
  
  .refmarker::before {
    content: "\2380";
  }