/* jAlbum 16.2 with Matrix 51, Gray on Blue style, album creation date 2018-09-30 20:15 */
body {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: rgba(63,110,148,1.0);
}
.mx-mapcontainer {
	position: relative;
	top: 15px;
	margin: 0px auto;
	padding: 0px 15px;
	max-width: 810px;
}
.mx-mapbox {
	overflow: auto;
	background-color: #cccccc;
	border-width: 5px;
	border-style: solid;
	border-color: #cccccc;
	border-radius: 7px;
}
.mx-mapbox > div > div > div {
	position: relative;
	max-width: 800px;
	padding-bottom: 75.0%;
	border-radius: 2px;
}
.mx-buttonbox {
	background-color: #cccccc;
	border-radius: 7px;
	margin-top: 0px;
	padding: 5px 0px;
	text-align: center;
}
.mx-buttontext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: 0px 3px 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.85;
	z-index: -1;
}

