#feature-info-popup {
    color: var(--dark-grey-color);
}
#feature-info-popup > .panel {
    background: rgba(255, 255, 255, 0.1);
    font-weight: bold;
    margin: auto;
}
#feature-info-popup > .panel > button {
    font-weight: bold;
    height: 50px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
#feature-info-popup > .panel > .panel-collapse > .panel-body {
    word-break: break-word;
}
#feature-info-popup > .panel > .panel-collapse > .panel-body > ul {
    list-style-type: none;
    padding: 0;
}

/* Media query for mobile devices */
@media (max-width: 767px) {
    .feature-popup {
        z-index: 1500;
        width: 100%;
        max-width: 100%;
        top: 180px;
        max-height: calc(var(--vh, 1vh) * 100 - 230px) !important;
        overflow-y: auto;
    }

    #feature-info-popup > .panel > button {
        height: 100%;
        text-align: center;
        white-space: normal;
    }
}
ul.feature-info-entries {
    overflow-y: auto;
}
li.feature-info-entry > table,
li.feature-info-entry-one-column > table {
    width: 100%;;
}
li.feature-info-entry > table > tbody > tr > td:first-child {
    color: var(--blue-color);
    padding-right: 1em;
    vertical-align: top;
    width: 220px;
}
tr.feature-info-entry-one-column-header > td {
    color: var(--blue-color);
}

tr.feature-info-entry-one-column-header + tr > td {
    padding-bottom: 1em;
}

.abbreviated {
    max-height: 60px;
    overflow: clip;
    position: relative;
}
.abbreviated-switcher {
    background: #fff;
    color: var(--blue-color);
    cursor: pointer;
    display: block;
    padding: 0 5px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.abbreviated-switcher:hover {
    color: var(--dark-blue-color);
}
.process-tab-switcher {
    margin-top: .4em;
}
