.map-2130 svg { width: 100%; height: 100%; }

#tooltip.map2130Tool {
    position: absolute;
    /* border:1px solid black; */
    background: #fff;
    color: #000;
    font-size: 1.5 em;
    padding: 5px;
    opacity: 0.95;
    border-radius: 4px;
    z-index: 30;
    display: none;
	font-family: Verdana, Tahoma;
	box-shadow: -1px -1px 20px rgba(0,0,0,0.49);
}	
#tooltip.map2130Tool:after {
		content: '';
		position: absolute;
		display: block;
		width: 20px;
		height: 20px;
		transform-origin: 50% 50%;
		transform: rotate(45deg) translateX(-50%);
		background-color: #fff;
		left: 10%;
		bottom: -8px;
		z-index: 400;
}
#tooltip.map2130Tool:before {
		content: '';
		display: block;
		position: absolute;
		width: 20px;
		height: 20px;
		transform-origin: 50% 50%;
		transform: rotate(45deg) translateX(-50%) translateZ(-1px);
		background-color: #fff;
		left: 10%;
		bottom: -7px;
		z-index: -1;
		/* box-shadow: -1px -1px 20px #aaa; */
}
