/* jAlbum 18.2.1 with Matrix 56, Gray on Blue style, album creation date 2020-11-05 11:50 */
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-mapcaption {
	background-color: #cccccc;
	border-radius: 7px;
	margin-top: 0px;
	padding: 5px 0px;
	text-align: center;
	position: relative;
	min-height: 30px;
}
.mx-globeclose {
	position: absolute;
	left: 5px;
	width: 26px;
	height: 26px;
	border: 2px solid #a1a1a1;
	border-radius: 0px;
	background: rgba(204,204,204,1.0) url("globeclose.svg") center center / 22px 22px no-repeat;
}
.mx-globeclose:hover {
	background-image: url("globeclose_hover.svg");
	cursor: pointer;
}
.mx-mapdim {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.85;
	z-index: -1;
}
