<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.chart-container {
    margin: 5px;
    padding: 10px;
}

.graph_canvas{
    width: 100% !important;
    aspect-ratio: 3 / 1;
    margin: 0 auto;
}

#chart{
    width: 100% !important;
    height: 100% !important;
}

.time-selector{
    width: 200px;
    padding: 5px 5px;
    border-radius: 7px;
    margin-bottom: 10px;
}</pre></body></html>