div.pmad-symbol-selector span.symbol-icon {
    display: inline-block;
    width: 40px;
    margin-right: 5px;
    text-align: center;
    margin-right: 3px;
}

div.pmad-symbol-selector span.symbol-icon svg {
    max-height: 28px;
}

div.pmad-symbol-selector div.preview-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

span.entity-parent {
    font-size: 75%;
}
    span.entity-parent::after {
        margin: 0 0.5em;
        content: '>';
    }

/* Makes select boxes smaller/more compact */
div.pmad-symbol-selector .choices__inner {
    padding: 0px 3.75px;
    height: 34px;
    min-height: unset;
}

/* Fixes a bootstrap conflict */
.choices__list--dropdown, .choices__list[aria-expanded] {
    z-index: 100;
}