.vl-popup {
    transform: translateY(-25px);
    background-color: white;
    padding: 10px;
    border: 1px solid #cccccc;
}

.vl-popup:after,
.vl-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.vl-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 151px;
    margin-left: -10px;
}

.vl-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 151px;
    margin-left: -11px;
}

.vl-popup-content {
    width: 280px;
    /* max-height: 200px; */
    overflow-x: auto;
}

.vl-popup-closer {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 150%;
    padding: 4px 10px;
    background: #fff;
    z-index: 100;
    color: gray;
    text-decoration: none;
    border: none;
}

.vl-popup-closer:after {
    content: "\2716";
}

.vl-popup-closer:hover {
    text-decoration: none;
}

.vl-popup div.infoResult {
    min-width: 130px;
}

.vl-popup div.infoResult p {
    padding: 0.1em;
    margin: 0;
}

.vl-popup-content h3 {
    margin: 0.25em 0;
}

.vl-popup.marker {
    margin-bottom: 30px;
}