.chart-table {
    width: 100%;
    margin: 1em 0;
}


th {
    background: #252e57;
    padding: 12px;
    color: white;
    border: 1px solid;
}

td {
    border: 1px solid;
    padding: 6px 12px;
}

th {
    border-radius: 12px;
}

.chart-section .section-header-title {
    font-size: 22px;
    text-align: start;
    font-weight: bold;
}

.chart-section .section-header-description {
    text-align: start;

}

.chart-section {
    padding: 2em 0;
}

.tab-btn {
    border: 1px solid;
    border-radius: 3px;
}

.chart-section .section-header {
    display: flex;
    justify-content: space-between;
}

#chartSelector{
    display: block;
    height: auto;
    border: 1px solid gray;
    font-size: 16px;
    padding: 6px;
    background: #252e57;
    color: white;
    border-radius: 6px; 
    padding: 9px 12px;
}

.chart-selector-wrapper-label{
    text-align: end;
    display: block;
}

.chart-title{
    display: none;
}