#sidenav {
    width: 180px;
    min-width: 180px;
    background: #313a46;
}

/* Required for AlpineJS x-cloak to work: https://alpinejs.dev/directives/cloak */
[x-cloak] { display: none !important; }


@media print {
    nav.navbar {display: none !important;}
}

.county-chart {
    width: 100%;
    height: 500px;
    max-width: 100%;
    margin-bottom: 40px;
}

.external-legend {
    width: 100%;
    height: 40px;
    max-width: 100%;
    margin-bottom: 40px;
}

.external-slider {
    width: 100%;
    height: 50px;
    max-width: 100%;
    margin-bottom: 20px;
}
