/* Photomap */

#photomap, #vectormap {
	position: absolute;
	top: 9em;
	bottom: 0; left: 0; right: 0;
/*	height: calc(100% - 9em); */
}
/*#photomap .leaflet-tile-pane>div:first-child { -webkit-filter: grayscale(100%); filter: grayscale(100%); }*/

#leftmap {
	position: absolute;
	top: 9em;
	width: 50%;
	bottom: 0; left: 0;
    box-sizing: border-box;
	border-right: 4px solid white;
}
#rightmap {
	position: absolute;
	top: 9em;
	width: 50%;
	bottom: 0; right: 0;
}

#band {
	position: absolute;
	top: 3.7em;
	left: 0; right: 0;
	height: 2em;
	background-color: #FBAD39;
	letter-spacing: 0;
	padding: 0.7em 1.2em 0.5em 1.2em;
	text-align: right;
	font-family: 'PT Sans'; 
}

#band>* { border-width: 0px; width: auto; }
#band>h3 { display: inline-block; color: black; font-weight: normal; float: left; }
#band>span { }
#band .band_option { font-size: smaller; margin-left: 1em; vertical-align: middle; cursor: pointer; }
#band .band_option.selected { background-color: white; border: 2px solid white; border-radius: 10px; padding: 0px 5px; }
#band .band_option:hover { text-decoration: underline; }
