/* layout */

#tooltip {
    position:absolute;
    display:none;
    padding:1em;
    padding-top:1ex;
    border: 1px solid gray;
    background-color: white;
    font-size: smaller;
    opacity: 0.9;
    border-radius: 4px;
    max-width: 70%;
    box-shadow:1px 1px 7px gray;
    z-index:2;
}
#tooltip ul { margin:0; padding-left: 1em }
#tooltip a.showuse {color:inherit; text-decoration:underline}
#tooltip b a { color:inherit }
/*#tooltip li { border: 1px solid blue; margin:0 }*/

.code a { text-decoration:none; color:inherit }


/* color style */
.code q::before , .code q::after { content:none; }
.code dfn { font-style: normal }

.code b, .code em { color: #808000; font-style:normal; font-weight: normal}
.code i, .code q, .code kbd, .code kdb, /*.code u>a,*/ .code .string { color: #008000 ; font-style:normal; font-weight: normal}
.code i.doc { color: #000080; }
.code i .command { color: #00f }
.code i a { color: #037; }
.code var, .code u, .code .macro { color: #000080;  text-decoration: none; font-style:normal }

.code .type, .code .typedef, .code .namespace, .code .enum  { color: #800080}
.code .field, .code .member, .code .lbl { color: #860d0d }
.code .virtual { font-style: italic }
.code .local { color: #092e64 }
.code .lbl { color: #800000 }
.code .global { color: #ce5c00 } /* FIXME */
.code .fn { color: #00677c }

.highlight { background-color: #eee; border-radius:3px; border: 1px solid #B4B4B4; margin:-1px}
th.highlight { font-weight: bold; }
th.highlight+td { background-color: #eee; }

/*.error { border-bottom: 1px dashed red }
.warning { border-bottom: 1px dotted #c90; }*/


 #tooltip i { color: #008000; white-space: pre-wrap; font-family: monospace; font-style: normal }

 /* disable the keywords in strings  (macro have that)  */
 .code q em, .code q b , .code q var { color:inherit; font-style:inherit; font-weight:inherit; }


 .woboq_hidden  { display:none; }
 .side_box { font-size:small; white-space: pre-wrap; }


