.ol-popup {
    display: none;
    position: absolute;
    background-color: white;
    padding: 0px 10px 0px 0px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    bottom: 12px;
    left: -50px;
    box-shadow: 6px 6px 6px #909090;
}

.ol-popup-vms {
    position: absolute;
    background-color: #222222;
    border: 1px solid #222222;
    border-radius: 0px;
    bottom: 12px;
    left: -50px;
    box-shadow: 6px 6px 6px #909090;
    padding: 0px;
}

.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-popup-vms:after {
    border-top-color: #222;
}

.ol-popup:before {
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-content {
    min-width: 170px;
    max-height: 400px;
    overflow-x: auto;
}

.ol-popup-closer {
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 0 16px;
    color: gray;
    text-decoration: none;
}

.ol-popup-closer a:hover {
    text-decoration: none !important;
}

.ol-popup-closer:after {
    content: "\2716";
}

.ol-popup div.infoResult {
    min-width: 130px;
}

.ol-popup div.infoResult p {
    padding: 0.1em;
    margin: 0;
}

.ol-popup-content h3 {
    margin: 0.25em 0;
}

.ol-popup.marker {
    margin-bottom: 30px;
}

.ol-popup p {
	margin: 18px 0;
}
