<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.ui-widget-content {
	font-family: "arial";
}

.ui-widget-content a {
	color: blue;
}

.marker{
	position: absolute;
	width: 27px;
	height: 40px;
}

.marker-text{
	position:absolute;
	top: 10%;
	width:100%;
	margin: 0 0 0 0;
	z-index: 1;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.pin{
	position: absolute;
	width: 20px;
	height: 30px;
}

.pin-text{
	position: absolute;
	top: 10%;
	width:100%;
	margin: 0 0 0 0;
	font-size: 12px;
	text-align: center;
	color: #000;
}	

/* Tooltip container */
.tooltip {
	position: relative;
	display: inline-block;
}

/* Tooltip text */
.tooltiptext {
	visibility: visible;
	width: 180px;
	background-color: #efa363;
	color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 6px;
/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;
	bottom: -35px;
	left: 50%;
	margin-left: -90px;
}
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -7px;
	border-width: 7px;
	border-style: solid;
	border-color: white transparent transparent transparent;
}
.ui-helper-hidden-accessible .ui-tooltip {
	    background-color: #efa363;
}
table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}
</pre></body></html>