#theMap {
	position: relative;
}
#theCanvas { /* positioned to exactly overlay the map image */
	position: absolute;
	top: 0;
	left: 0;
	/* border:1px solid #242424; */
	z-index:1; 
	display:none;
}
.locMessage {
	position: absolute;
	top: 440px;
}

.hidden {
	display: none;
}

.blackdisplay {
	color: black;
}

.is-horizontal-center {
	justify-content: center;
}

#marker {
	position: absolute;
	color: #C70039;
	z-index: 100000;
}

.tab-content {
    display: none;
}

.is-active {
    display: block;
}
