#chart {
    margin: 15px;
}

svg{
    position: relative;
}
div.theme-tooltip{
    background-color: white;
    padding: 3px;
    border: solid 1px black;
}
text.word{
    cursor: pointer;
}