.confirmed  {
    opacity: 1;
    fill-opacity:0;
    fill: blue;
    stroke: red;
    stroke-width: 1px;
}
.legendcircle{
    opacity: 1;
    fill-opacity:0;
    fill: blue;
    stroke: red;
    stroke-width: 1px;   
}

.circlelegendtext, .rectlegendtext {
    font: normal 10px sans-serif;
    fill: black;
}

.deceased, .legendrect {
    opacity: 1;
    fill-opacity:0;
    /* fill:black; */
    stroke: black;
    stroke-width: 1px;
}


/* .leaflet-zoom-animated {
    background-color:blue;
    fill-opacity:.3;
    opacity: .5
} */

