.glossary,
.glossary td {
    font-family: Verdana;
    font-size: 10pt;
    text-align: left;
    background-color: white;
    max-height: 80vh;
    overflow-y: auto;
}

.gls-title {
    font-size: 16px;
    color: #7392C2;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
}

.gls-term {
    display: inline;
    font-weight: bold;
}

.gls-deftext {
    display: block;
    font-size: 10pt;
    color: black;
    margin-bottom: -15px;
    padding-right: 5px
}

.gls-syntitle {
    display: inline;
    text-decoration: none;
}

.gls-syntext {
    display: inline;
    font-style: italic;
}

div.gls {
    margin-top: 5px;
    margin-bottom: 12px;
}

glsindex {
    font-size: 14px;
    color: #486EAA;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
    text-decoration: none
}

a.glsindex {
    font-size: 14px;
    color: #486EAA;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
    text-decoration: none
}