/* jAlbum 15.3.4 with Matrix 50, Custom style, album creation date 2/11/20, 2:16 PM */
body {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: rgba(255,255,255,1.0);
}
.mx-mapcontainer {
	position: relative;
	top: 15px;
	margin: 0px auto;
	padding: 0px 15px;
	max-width: 808px;
}
.mx-mapbox {
	overflow: auto;
	background-color: #99ff00;
	border-width: 3px;
	border-style: solid;
	border-color: #99ff00;
	border-radius: 7px;
}
.mx-mapbox > div > div {
	margin: 1px;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
}
.mx-mapbox > div > div > div {
	position: relative;
	max-width: 800px;
	padding-bottom: 75.0%;
	border-radius: 3px;
}
.mx-buttonbox {
	background-color: #99ff00;
	border-radius: 7px;
	margin-top: 5px;
	padding: 5px 0px;
	text-align: center;
}
.mx-buttontext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: 0px 5px 0px;
	cursor: pointer;
	vertical-align: middle;
	text-shadow: none;
}
.mx-mapdim {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.7;
	z-index: -1;
}

