.ol-popup {
	display: none;
	position: absolute;
	background-color: white;
	padding: 0px;
	border-radius: 4px;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}

.ol-popup:after, .ol-popup:before {
	position: absolute;
	top: 100%;
	border: solid transparent;
	content: " ";
}

.ol-popup:after {
	border-top-color: white;
	border-width: 1px;
	left: 50%;
	left: 0;
	margin-left: 0px;
	margin-left: 0px;
}

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

.ol-popup-closer {
	text-decoration: none;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	width: 19px;
	color: #f00;
	font-family: cursive;
	font-weight: bold;
}

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

#popup-content {
	font-size: 10px;
	line-height: 1.2;
	margin-top: 0px;
	max-height: 70vh;
	/* max-width: 70vw; */
	overflow: auto;
	padding: 6px;

	border; 1px solid green;
}

#popup-content ul {
	list-style-type: none;
	padding-left: 0;
	margin: unset;
}

#popup-content li {
	margin-bottom: 0.25em;
	margin-bottom: 0em;
	border: 1px solid green;
}

#popup-content > ul > li > a {
	position: relative;
	display: block;
	padding: 2px;
	border-bottom: 1px solid #666;
	font-size: 12.5px;
}

#popup-content > table {
	font-size: 11.4px;
	border: 1px solid blue;
}