/********************************************************************** 
    Glossary Popup
**********************************************************************/

.has-glossary-list .glossaryEntry {
    text-decoration: none!important;
    border-bottom: 1px dashed #bbb;
    color: black;
}
.glossaryTermPopup {
    border: 1px solid #999;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    color: #222;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: normal;
    padding: 9px;
    position: absolute;
    width: 300px;
    background-color: #ffd;
    z-index: 99997;
}
.glossaryTermPopup .glossaryArrowDown {
    position: relative;
    top: 9px;
    float: right;
    margin-right: 55%;
}
.glossaryTermPopup .glossaryArrowDown .inner {
    border-top: 10px solid #ffd;
    background: transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 2px;
    position: absolute;
    width: 0;
    z-index: 99999;
}
.glossaryTermPopup .glossaryArrowDown .outer {
    border-top: 12px solid #999;
    background: transparent;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    left: 0;
    position: absolute;
    width: 0;
}
.glossaryTermPopup .term {
    margin-right: 23px;
    text-align: center;
}