 /* styles used by the glossary term lookup */
.glossaryTerm {
    color: #900;
    text-decoration: underline;
    cursor: pointer;
}
.glossaryTerm:hover {
    background-color: #ff9;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
#glossaryDefinitionCanvas {
    background-color: #ffffe5;
    border: 6px solid black;
    padding: 0.5em 1em;
    position: absolute;
    border-radius: 10px;
    border-style: double;
    max-width: 400px;
    /* font-size: 12pt !important; */
}
/* end styles used by the glossary term lookups */
