#GM-PRGM-007 {
	width: 100% !important;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:14pt;
}
#GM-PRGM-007 h3 {
	font-size:16pt;
	color:#00257a;
}
#GM-PRGM-007Map {
	width:100% !important;
	height:320px;
}
.GM-PRGM-007Listing {
	width:100%;
	float:left;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:14pt;
	line-height: 1.5;
	display:none;
}
.GM-PRGM-007Listing>div {
	width:100%;
	float:left;
	clear:both;
}
.GM-PRGM-007Listing>ul {
	width:25%;
	float:left;
	box-sizing:border-box;
}
.GM-PRGM-007Listing a {
	color:#007ead;
	text-decoration:none;
}
#GM-PRGM-007Legend {
	width:100% !important;
	clear:both;
	display:block;
	overflow:hidden;
}
#GM-PRGM-007Legend svg {
	height:38px !important;
}
#GM-PRGM-007 .ammapAlert {
	display:none;
}
.GM-PRGM-007Listing a:hover {
	text-decoration:underline;
}
.ammapDescriptionTitle {
	font-size:16px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:5px;
	color:#007ead;
}
.ammapAlert {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CC0000;
}
.ammapDescriptionWindow {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#DADADA;
	border-width:1px;
	color:#000000;
	padding:8px;
	width:380px !important;
	border-radius:5px;
	box-shadow: 3px 3px 8px #888888;
	/*left:8% !important;*/
	top:40px !important;
}
.ammapDescriptionWindowCloseButton {
}
.ammapDescriptionText {
	overflow: auto;
}
@media only screen and (max-width : 768px) {
 .GM-PRGM-007Listing>ul {
width:50%;
}
 .ammapDescriptionTitle {
font-size:18px;
}
 .ammapDescriptionWindow {
 width:80% !important;
 min-width:300px !important;
 border-radius:5px;
 box-shadow: 3px 3px 8px #888888;
 left:8% !important;
 top:40px !important;
}
}