html{	font-family: "MS Sans Serif", Geneva, sans-serif;}.svg_fil0 {	fill:#93BF1F;	fill-rule:nonzero;	fill-opacity:0;	transition: all .3s ease-in-out;}.svg_fil0:hover {	fill:#93BF1F;	fill-rule:nonzero;	fill-opacity:0.8;	cursor: pointer;}.svg_tooltip {    position: absolute;    display: none;    padding: 10px;    background-color: rgba(255,255,255,0.8);    margin-top: 20px;    max-width: 250px;    z-index: 9999;    	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);	-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.2);	box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.2);	-webkit-border-radius: 8px;	-moz-border-radius: 8px;	border-radius: 8px;	text-align: center;        }