<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table { table-layout: fixed; }
table th, table td { overflow: hidden; }

.barrect{
    width: 1px;
}

.legend-entry{
    width: 1px;
}

.selectedCircle{
    stroke: var(--primary);
    stroke-width: 2px;
}

.overlay {
    fill: none;
    stroke: none;
    pointer-events: all;
}

.focusLine {
    fill: none;
    stroke: var(--primary);
    stroke-width: 0.5px;
}
</pre></body></html>