#container {
	margin: 10px auto;
	width: 800px;
	height: 80vh;
	border-radius: 15px;
	border: 3px solid black;
	overflow: hidden;
	background-color: white;
	opacity: 1;
	z-index: 999;
}
#map:hover {
	cursor: move;
}
.shadow1 {
	box-shadow: 0 0 30px 5px inset black;
}
.shadow2 {
	box-shadow: 0 0 30px 5px black;
}
#map {
	z-index: -1;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.table-show{
	display:table;
}
.hotspotContent{
	//display:table;
}

.ui-loader {
	margin: 0 auto;
	width:100px;
	background-color:grey;
	text-align: center;
	/* top: 50%;
	*/
	position: relative;
	z-index: 999999999999;
	color:#fff;
}
.hotspot {
	/*width:300px;
	*/
	font-size: 14px;
	position: absolute;
	z-index: -1;
}
.hotspotGIF{
    float: left;
    width: 48%;
    z-index: 4;
    margin-top: 20px;
    margin-left: 1%;
}
.hotspotBody{
	margin-left: 10px;
	font-size: 16px;
	width: 45%;
	float: left;
	margin-top: 13px;
	overflow: auto;
	height: 90%;
	line-height: 20px;
	scrollbar-width: thin;
	padding:10px;
}
.hotspotContent {
	background-color: white;
	border: 1px solid black;
	border-radius: 10px;
	margin-top: 1px;
	box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 70%);
	width: 500px;
	height: 220px;
	z-index:5;
}
.hotspot img:hover {
	cursor: pointer;
}
.hotspotTitle {
	border-bottom: 1px solid black;
	margin-bottom:2px;
	font-weight: 700;
}
.hotspotExit {
	position: relative;
	float: right;
	cursor: pointer;
	margin-right: 10px;
	margin-top: 3px;
}
@media only screen and (max-width: 768px) {
	#container {
		margin: 0 auto;
		width: 98%;
		border-radius: 15px;
		overflow: hidden;
	}
	.hotspotContent {
		background-color: white;
		border: 1px solid black;
		padding: 10px;
		border-radius: 10px;
		margin-top: 0 auto;
		box-shadow: 0;
		width: 45vh;
		position: absolute;
		margin: 0px;
		height: 70vh;
		top:35px!important;
		overflow:auto!important;
		max-height:500px!important;
	}
	.hotspotGIF{
		float: left;
		width: 99%;
	}
	.hotspotBody{
		margin-left: 0px;
		font-size: 16px;
		width: 99%;
		float: left;
	}
}
.coords {
	background-color: white;
}
