﻿.mpoints-expanded-container {
    min-width: 250px;
}

.property-section {
    margin-left: 8px;
    padding-left: 5px;
    border-left: solid 1px var(--metrum-light-light-grey);
    font-size: smaller;
}
.mpoint-map {
    width: 100%;
    height: 100%;
    display: block;
}

.splitter-mpoint-selection > .dxbl-splitter-separator {
    background-color: var(--metrum-dark-background);
    height: 5px !important;
}

    .splitter-mpoint-selection > .dxbl-splitter-separator:hover {
        opacity: .8;
    }