body, html
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#ShapeSvg
{
    background-color: rgb(30, 30, 30);
}

.DTBtn
{
    cursor: pointer;
}

#ConnPaths, .ConnPath, #ConnDots, .ConnDot
{
    pointer-events: none;
}

.Legend
{
    font-size: 10px;
}