.ol-popupX {
    display: none;
    position: absolute;
    background-color: white;
    padding: 1px 1px 1px 1px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    border-radius: 10px;
	
}
.ol-popup {
    display: none;
	position: absolute;
	font-family: "SegoeScriptWeb";
	text-shadow: 1px 1px #ffffff, -1px -1px 3px #ffffff, 0px 1px 3px #ffffff, 1px 0px 3px #ffffff ;
	text-align: left;
	bottom: 5px;
	right: 0px;
	left: 0px;
	width :200px;
}


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

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

.ol-popupX:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-content {
    overflow-x: visible;
}

.ol-popup-closerX {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 150%;
    padding: 0 4px;
    color: gray;
    text-decoration: none;
}

.ol-popup-closerX:after {
    content: "\2716";
    font-size: 16px;
    color: black;
}

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

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

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

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