.ol-unselectable {
	background-color: #e5e5e5;
}

.ol-popup {
    display: none;
    position: absolute;
    padding: 5px 10px;
    bottom: 0px;
    left: -50px;
	text-transform: uppercase;
	background-color: #7e898d;
}

.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: #7e898d;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

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

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

.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 {
	text-decoration: none;
	color: white !important;
	font: 14px/150% Ubuntu-Medium;
}

.ol-overlay-container {
	width: 100%;
	max-width: 300px;
}