ol, ul {
    padding-left: 1PX;
}

.ol-popup {
    display: none;
    position: absolute;
    background-color: white;
    padding: 35px 7px 15px 15px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;		
	border-radius: 10px;
}

.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:before {  
  top: 0;
  left: 0;
  width: 100%;
  height: 10px; 
  background: linear-gradient(to right, #043c14 0%, #043c14 33.33%, #dc0404 33.33%, #dc0404 66.66%, #043c14 66.66%, #043c14 100%);
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}

.ol-popup-content {
    min-width: 250px;
    max-height: 200px;
    overflow-x: auto;
    
}

.ol-popup-closer {
    position: absolute;
    top: 13px;
    right: 4px;
    font-size: 100%;
    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;
}