/* Set background to white */
#team-table,
#team-delta-table {
    background-color: white;
    font-family: "FS Industrie", FSIndustrie-Bold, Helvetica, Arial, sans-serif;
}

/* Style table rows */
#team-table tbody tr,
#team-delta-table tbody tr {
    font-family: "FS Industrie", FSIndustrie-Bold, Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
}
#team-table tbody tr.odd,
#team-table tbody tr.even,
#team-delta-table tbody tr.odd,
#team-delta-table tbody tr.even {
    background-color: white;
}

.dataTables_filter,
.dataTables_length {
    font-size: 0.875rem;
}

.GolfLeaderboardScorecard-row.GolfLeaderboardScorecard.GolfLeaderboardScorecard-row--show {
    min-width: 600px;
}

/* Optional: Style table header to match */
#team-table thead th,
#team-delta-table thead th {
    background-color: #f4f4f4; /* light grey header */
    font-family: "FS Industrie Nw", FSIndustrieNw-Bold, Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: rgb(72, 72, 72);
    position: relative;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    white-space: nowrap;
}