.enr_map_canvas {
	width:100%;
	height:600px;
	background:#f2f2f2;
	position:relative;
	z-index:1;
}

	.enr_map_canvas svg{
		position:relative;
		z-index:1;
	}

.map-container {
	background:#f2f2f2;
	margin: 30px 0;
	position: relative;

}


.datamaps-hoverover{
	position:absolute;
	bottom:0;
	z-index:10;
	left:0;
}


.map-container.no-expand {
	height: 600px;
}

.map-container.no-expand #info-bar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;			
}

.map-container #info-bar {
	background: rgba(255,255,255,.8);
	padding:10px 30px 20px 30px;
}

.map-container #info-bar span {
	display: block;
	text-align: center;
	margin: 6px auto ;
}

.map-container #info-bar .info-bar-heading {
	font-weight: bold;
	font-size:1.7em;
	color:#3dc7ae;
}

.map-container #info-bar .info-bar-info {
	line-height: 1.6em;
}
