
table.stdtable tr.odd.unconfirmed {
    background-color: red;
}

table.stdtable tr.even.unconfirmed {
    background-color: red;
}

div.player_list {
     display:grid;grid-template-columns: 3fr 3fr;
}

table.stdtable.larger {
    width:100%;
    font-size:133%;
}
