body {
    overflow-x: scroll;
}

.league_data {
    overflow: hidden;
}

.player_stats_table_wrap {
    clear: both;
    overflow-y: scroll;
}

tr.green td {
    background:#8ee093;
}

tr.yellow td {
    background: #ffff00;
}

label[for="quantity_325"],
input#quantity_325 {
    display: none !important;
}