
.mapContainer{
	overflow: hidden;
	position: relative;
	padding-bottom: 73.45%
}

.businessCardMapSVG{
	position: absolute;
	width: 100%;
	height: 100%;
}
#businessCardsOverlayTitle h3{
	display: inline;
}
.inactiveCountry{
	stroke-width: 0.2;
	stroke: black;
	opacity: 0.5;
	fill: #DCDCDC;
}
.activeCountry{
	fill:#DCDCDC;
}
.activeCountry:hover{
	cursor: pointer;
}
.countryOverlay{
	transition: opacity 0.5s;
	opacity: 0;
	fill: #65AC1E;
}
.countryOverlay:hover{
	opacity: 1.0;
}