#player-header-container {
    display: flex;
    justify-content: center;
    margin: 5rem 10% 0 10%;
    width: 80%;
}

.clickable-tr {
    cursor: pointer;
}

.table-header tr {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.table-header tr td {
    color: #fff;
}