<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#map-modal-wrapper
{
	display: none;
	height: 70%;
	width: 80%;
	border: 5px solid #000;
	position: fixed!important;
	margin: auto;
	top: 0; left: 0; bottom: 0; right: 0;
	z-index: 100;
}

#map-modal-wrapper #map-modal-canvas
{
	height: 100%;
}

#map-modal-wrapper #modal-close
{
	position: absolute;
	display: block;
	line-height: 1;
	text-align: center;
	background: #fff;
	border-left: 5px solid #000;
	border-bottom: 5px solid #000;
	font-size: 100%;
	color: #000;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	padding: 5px;
	top: 0;
	right: 0;
	
}

#map-canvas{
	width: 290px;
	height: 200px;
	margin-bottom: 10px;
}</pre></body></html>