.over{
	fill:  #0e2780;
	stroke: #fff;
}
path {
	fill: #7798bb;
	stroke: #fff;
}

#tooltip {
    display: inline-block;
    border-bottom: 1px dotted black;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-shadow:1px 1px 1px #0e2780,2px 2px 1px #0e2780;
    position: absolute;
    z-index: 10000;
    margin-top: 350px;

}
#tooltip .tooltiptext {
    width: 220px;
    background-color: red;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */

}
