/* Responsive table header styles for pitcher leaderboard */
    .column-header-name {
        text-align: center !important;
    }
@media (max-width: 1200px) {
    .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner th {
        font-size: 10px !important;
    }
    
    .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner th div {
        font-size: 10px !important;
    }
    
    .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner td {
        font-size: 10px !important;
    }
}

@media (max-width: 1000px) {
    .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner td {
        font-size: 10px !important;
    }
}

@media (max-width: 800px) {
    .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner td {
        font-size: 8px !important;
    }
}
