#mapContainer {
	position: relative;
}

#map {
	border: 1px solid gray;
 	margin-top: 0px;
 	margin-left: auto;
 	margin-right: auto;
	width: 99%;
	height: 800px;
}

#mapRegionButtons {
	left: 25px !important;
	right: auto !important;
}

#mapRegionButtons li a {
	padding: 0px 18px !important;
}

#townshipSelectionContainer {
	background: #fff;
	border: 1px solid #aaa;
	position: absolute;
	bottom: 47px;
	right: 10px;
	width: 375px;
}

.selectedTownshipContainer {
	max-height: 90px;
	overflow-y: scroll;
	width: 100%;
	padding-left: 3px;
}

.selectedTownshipCd {
	border: 1px gray;

	margin: 5px 2px;
	padding: 2px 2px;

	display: inline;

	border: black 2px;
	background: #fcfcfc;

	height: 20px;

	-moz-box-shadow: 1px 1px 2px #E0E0E0;
	-webkit-box-shadow: 1px 1px 2px #E0E0E0;
	box-shadow: 1px 1px 2px #E0E0E0;
}

#infoPane, #alertPane {
	display: none;
	margin-top: 2em;
	margin-bottom: 1em;
}

.instruction-message {
	font-weight: bold;
	margin-top: 1em;
	text-align: center;
	width: 100%;
}

#dataParamsSelector {
	justify-content: center;
}

#dataParamsSelector div.goa-field label {
	margin: 0 !important;
}

#dataParamsSelector a[href$='.pdf']:after {
	display: none !important;
}

#actionButtonContainer {
	margin-top: 2em;
	width: 100%;
	text-align: center;
}

#actionButtonContainer > button {
	width: 250px;
}

#tosStatement {
	font-size: 0.9em;
	text-align: center;
	width: 100%;
}

#twp-period-n-marker-container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
}

#twpMarkerLegend {
	background-color: #f1f1f1;
}

.twp-marker-legend-container {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.twp-marker-legend-container li {
	margin-top: 6px;
	margin-bottom: 6px;
}

.twp-marker-legend-container li div {
	display: inline-block;
	margin-right: 6px;
}

.twp-marker-legend {
	border: 3px solid rgba(170, 170, 170, 0.6);
	width: 24px !important;
	height: 24px !important;
	max-width: 24px !important;
	max-height: 24px !important;
	min-width: 24px !important;
	min-height: 24px !important;
}

.twp-marker-legend--UNKNOWN {
	border: 3px solid #777;
}

.twp-marker-legend--DESELECTED {
	background-color: #33CCFF;
}

.twp-marker-legend--DESELECTED_PARTIAL_DATA {
	background-color: #FFD700;
}

.twp-marker-legend--DESELECTED_NODATA {
	border: 3px solid #FFC0CB;
	background-color: #FFF;
}

.twp-marker-legend--PREMATURE_SELECTED {
	background-color: #000;
}

.twp-marker-legend--SELECTED {
	background-color: #0f0;
}

.twp-marker-legend--SELECTED_PARTIAL_DATA {
	background-color: #ff00ff;
}

.twp-marker-legend--SELECTED_NODATA {
	background-color: #f00;
}
