<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.barchart {
    width:33%;
    height: 30vh;
/*    display: inline-grid;*/
    margin-bottom: 20px;
}

#header{
    text-align: center;
    display: inline-block;
}
.container-flex {
    text-align: center;
/*    justify-content: space-between;*/
    display: inline-flex;
    width: 100%
}

#page {
    text-align: center;
    margin-bottom: 40px;
}

#map-container{
    width: 100%;
    margin-bottom: 20px;
}
#us-chart {
    overflow-x: auto;
    overflow-y: hidden;
    height: 510px;
}

#map-table{
    max-width: 109px;
}


.barchart .x.axis text {
    text-anchor: end !important;
    transform: rotate(-40deg);
    font-size: 1.2em;
}
</pre></body></html>