.states {
    stroke:black;
    stroke-width: .5px;
    stroke-linejoin: round;
}

div.tooltip {	
    position: absolute;			
    text-align: center;			
    width: 200px;					

    padding: 2px;				
    font: 12px sans-serif;		
    background: white;	
    border: 0px;		
    border-radius: 8px;			
    pointer-events: none;	
    z-index:1;
}
#mapContainer{
	width: 100%;
	padding-bottom: 60%;
	text-align:center;
}

#mapTitle{
	text-align:center;
	font-size: 24px;
	margin:10px;
	width: 100%;
}

@media all and (max-width: 699px) {#mapTitle{
	text-align:center;
	font-size: 12px;
	margin:10px;
	width: 100%;
}}
svg{
	width:100%;

}