.districts {
    stroke: grey;
}

#tooltip {
    position: absolute;
    width: 150px;
    height: auto;
    padding: 10px;
    background-color: white;
    pointer-events: none;
}

#title{
    margin-bottom: 10px;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 15px;
}

#text{
    margin: 0;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 15px;
}