@charset "UTF-8";

.mapbox svg g {
	display: inline;
	stroke-width: 1;
	stroke: black;
	opacity: 1;
	fill: #ba9479;
	stroke-linejoin: round;
}

.mapbox svg g:hover {
	stroke-width: 10;
	stroke: white;
}

.mapbox svg {
	max-width: 500px;
	max-height: 550px;
	width: 100%;
	height: 100%;
}

/* HOVER STYLES */
div#pop-up {
	display: none;
	position: absolute;
	width: 200px;
	padding: 10px;
	background: #eeeeee;
	color: #000000;
	border: 1px solid #1a1a1a;
	font-size: 90%;
	z-index: 10000;
}