<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Points of Interest module
 */
#myPOIs {
	background: #95292c;
	width: 100%;
	padding: 2%;
	margin-bottom: 20px;
	border-radius: 2px;
}

#myPOIs a:link,
#myPOIs a:visited {
	text-decoration: none;
}

#myPOIs a.mapLink {
	background: #ea882d;
	color: #FFFFFF;
	margin-right: 10px;
	padding: 5px;
	text-decoration: none;
}

#mapPOI {
	display: block;
	text-align: center;
	width: 100%;
}

#myPOIs #mapPOI #map {
	max-width: 640px;
	width: 100% !important;
	z-index: 1;
}

#myPOIs #mapPOI #letmap {
	width: 100% !important;
}

#mainPoint {
	display: block;
	padding: 0 0 10px 0;
	width: 100%;
}
#mainPoint ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

#mainPoint li {
	line-height: 1.5em;
	padding: 0;
}

#otherPoints {
	display: block;
	padding: 10px 0 0 0;
	width: 100%;
}

#otherPoints ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}

#otherPoints li {
	float: left;
	height: 40px;
	line-height: 1.5em;
	padding: 0;
	width: 33%;
}

#myPOIs .overlayInfo {
	height: 100%;
	max-width: 420px;
	padding: 0 0 10px 0;
	width: 100%;
	color: #000;
}

#myPOIs .overlayInfo .mapLink {
	background: #000000;
	color: #FFFFFF;
}

#myPOIs .cellPOI {
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	margin: 0 0 10px 0;
}

#myPOIs .cellPOI:hover {
	cursor: pointer;
}

#myPOIs .cellPOI:hover .colRight a {
	text-decoration: underline;
}

#myPOIs .cellPOI h2 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#myPOIs .cellPOI a:link,
#myPOIs .cellPOI a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#myPOIs .colLeft {
	float: left;
	padding: 0;
	width: 22px;
}

#myPOIs .colRight {
	padding: 5px 0 0 0;
}

#myPOIs img,
#myPOIs object,
#myPOIs embed {
	max-width: inherit;
}

#mapInstruction {
	display: none;
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px 0 15px 0;
	width: 100%;
}

#contentBody #myPOIs li {
	text-indent: 0;
}

@media handheld, only screen and (max-width: 1010px) {
	#myPOIs .cellPOI a:link,
	#myPOIs .cellPOI a:visited {
		font-size: 9px;
	}
}

@media handheld, only screen and (max-width: 780px) {
	#myPOIs .cellPOI a:link,
	#myPOIs .cellPOI a:visited {
		font-size: 11px;
	}
}

@media handheld, only screen and (max-width: 720px) {
	#otherPoints li {
		width: 50%;
	}

	#myPOIs .cellPOI h2 {
		font-weight: normal;
	}
}

@media handheld, only screen and (max-width: 540px) {
	#otherPoints li {
		width: 100%;
	}
}
</pre></body></html>