.ic-glossary-alphabetical-index{
    padding: 3rem 1rem;
}

.ic-glossary-alphabetical-index .glossary-alphabetical-index .theme-hyphen li:after{
    content: none;
}
.ic-glossary-alphabetical-index .glossary-alphabetical-index .theme-hyphen li a{
    text-decoration: none;
}


.ic-glossary-alphabetical-index .glossary-alphabetical-index .theme-hyphen ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.ic-glossary-alphabetical-index .glossary-alphabetical-index .theme-hyphen ul > li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    background: none !important;
    padding: 10px;
}

.ic-glossary-alphabetical-index .glossary-alphabetical-index .theme-hyphen ul > li a{
    color: #1B465B;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.ic-glossary-alphabetical-index .remove-filters {
    width: 190px;
    border: solid 1.5px #1B465B;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: #1B465B;
    font-size: 12px;
    cursor: pointer;
    background: none !important;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.ic-glossary-alphabetical-index .glossary-alphabetical-index .theme-hyphen ul > li.letter {
    padding: 5px 10px;
    cursor: pointer;
    /*border: 1px solid #ddd;*/
    /*border-radius: 4px;*/
    text-align: center;
}

.ic-glossary-alphabetical-index .glossary-alphabetical-index .theme-hyphen ul > li.letter:not(:last-child) {
    /*border-right: solid 2px #1B465B;*/
    border-right: solid 2px #888888;
}

.ic-glossary-alphabetical-index .glossary-alphabetical-index .theme-hyphen ul > li.letter:not([active]) a {
    color: #BBBBBB;
    cursor: auto;
}
.ic-glossary-alphabetical-index .glossary-alphabetical-index .theme-hyphen ul > li.letter[selected] a{
    /*background-color: #EEE2D5 !important;*/
    font-weight: 700;
}