.player-kit {
    width: 25px;
    margin-right: 10px;
}

.table-responsive thead tr {
    background: none;
}

table td {
    white-space: nowrap;
}

.fixture-predictions .fixture-kickoff {
    font-size: 11px;
    color: #6c757d;
    width: 50px;
}

.fixture-predictions .fixture-end {
    border-bottom: 1px solid #e5e5e5;
}

.fixture-predictions .fixture-xg, 
.fixture-predictions .fixture-cs {
    width: 75px;
}

.fixture-predictions tbody .fixture-xg, 
.fixture-predictions tbody .fixture-cs {
    color: #6c757d;
}

.fixture-predictions tbody .fixture-xg.good, 
.fixture-predictions tbody .fixture-cs.good {
    background-color: #E6FEF1;
    color: #05c960;
} 

.fixture-predictions tbody .fixture-xg.ok, 
.fixture-predictions tbody .fixture-cs.ok {
    background-color: #FCF6E6;
    color: #e2a70a;
} 

.fixture-predictions tbody .fixture-xg.bad, 
.fixture-predictions tbody .fixture-cs.bad {
    background-color: #FFE7ED;
    color: #ff1751;
} 

.dark-mode .fixture-predictions .fixture-kickoff {
    color: white;
}

.dark-mode .fixture-predictions tbody .fixture-xg, 
.dark-mode .fixture-predictions tbody .fixture-cs {
    background-color: transparent;
}

.dark-mode .fixture-predictions .fixture-end {
    border-color: #324064;
}
