#map-filters {
    max-width:300px;
    margin-bottom: 1rem;
}
.map-filter {
    border: 1px solid #ccc;
    border-radius: 5px;
    background: none;
    display: block;
    margin-bottom: 0.2rem;
    padding: 0.3rem;
}
.active {
    background: orange;
}
header.page-header {
    z-index: 1000;
}
.leaflet-popup-content-wrapper div.line {
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
}
.map-filter img, .map-filter .img {
    width: 50px;
    height: 50px;
    display: inline-block;
    float: left;
    margin-right: 1rem;
    border-radius: 50%;
    overflow: hidden;
    background: white;
}
.map-filter .text {
    line-height: 50px;
    display: inline-block;
}

.frame-type-list.frame-list-type-vcjrkmap_map {
    margin-left: auto;
    margin-right: auto;
    width: calc(var(--client-vw,100vw) - 4rem);
    max-width: 60rem;
}

.frame-type-list.frame-list-type-vcjrkmap_map .grid-x > .cell {
    display: flex;
}

.frame-type-list.frame-list-type-vcjrkmap_map .grid-x > .cell .map-filter {
    width: 150px;
    flex-basis: 150px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    text-align: center;
}
