.plot {
width: 100%; height: 100%; border: 1px solid var(--fg-color); margin: -1px; overflow: none;
} plot-mouseover {
position: absolute; background-color: rgba(71,76,81,0.5); color: #ccc; pointer-events: none; font-family: Monospace; padding: 0.25em; box-shadow: 2px 2px 4px 2px #17191a;
} plot-zoom-element {
position: absolute; background-color: rgba(0,3,10,0.75); pointer-events: none; border: 1px solid #012;
} plot-style {
color: #ccc; background-color: var(--bg-color);
} plot-style .tickmarks {
color: #8f8f8f;
} plot-style .markers {
color: #8f8f8f;
} plot-style .zero {
color: rgba(71,76,81,0.75);
}