.state {
    /*fill: brown;*/
    stroke: gray;
    stroke-linejoin: round;
    stroke-width: 0.5;
    
}

svg {
    background: lightsteelblue;
}

body {
    /*background: lightsteelblue;*/
}

.axis path,
.axis line {
    fill: none;
    stroke: black;
    shape-rendering: crispEdges;
}

div.tooltip{
    position: absolute;
    background-color : lightsteelblue;
    pointer-events: none;
}

