.popover.glossary-popover {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: .3rem;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25);
}

.popover.glossary-popover .popover-arrow {
    position: absolute;
    width: 1rem;
    height: .5rem;
}

.popover.glossary-popover .popover-body .glossary-popover-definition {
    color: #333333;
    word-wrap: break-word;
}

.glossary-inner {
    display: flex;
    flex-direction: column;
}

.glossary-inner img {
    margin-top: 0;
    margin-bottom: 0.7rem;
}

.glossary-inner.position-bottom {
    flex-direction: column-reverse;
}

.glossary-inner.position-bottom img {
    margin-bottom: 0;
    margin-top: 0.7rem;
}
