<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#plot {
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

.container{
    margin-top:1%;
}

#timeSlider{
    width: 95%;
    margin-top: 2.5%;
}

.noUi-tooltip{
    font-family: 'Roboto', sans-serif;
}

.noUi-horizontal .noUi-tooltip  {
    bottom: -150% !important;
}
</pre></body></html>