body {
    font-family: sans-serif;
}

/* we use this to make SAS output labels look like they do in SAS */
.output-label {
    color: blue;
    font-weight: bold;
}

/* superscript */
sup {
    margin-left: .2em;
}

div.footnote {
    margin: 1em 0;
    font-size: .8em;
}

/* themes for highlighting */
.theme-a {
    background-color: #ffc0c0;
}

.theme-b {
    background-color: #c6f1c6;
}

.theme-c {
    background-color: #a9e2f3;
}

.theme-d {
    background-color: #d0a9f5;
}

.theme-e {
    background-color: #f5d0a9;
}

.theme-f {
    background-color: #f2f5a9;
}

.theme-g {
    background-color: #f6ceec;
}

/* tooltips (jquery qtip) */
a.qtip-link {
    color: #0049a0;
    border-bottom: medium double #0049a0;
}

/* box that contains checkbox to toggle tooltips */
div.toggle-tooltips-container {
    background-color: #d9d9d9;
    padding: .5em;
}
