'table.reference{
    border-collapse:collapse;width:100%;
}

table.reference tr:nth-child(odd):not(.bg_blunder):not(.bg_error):not(.bg_half):not(.plaintr) {background-color:#f1f1f1;}
table.reference tr:nth-child(even):not(.bg_blunder):not(.bg_error):not(.bg_half):not(.plaintr) {background-color:#ffffff;}

table.reference th, .th-bg{
    color:#ffffff;background-color:#333333;border:1px solid #333333;padding:3px;
}

table.movetable th{
    color:#ffffff;background-color:#333333;border:1px solid #333333;padding:3px;vertical-align:top;text-align:left;
}

table.reference th a:link,table.reference th a:visited{
    color:#ffffff;
}

table.reference th a:hover,table.reference th a:active{
    color:#EE872B;
}

table.reference td, .tablegrid > div:not(.th-bg):not(.grid3col) {
    border: var(--table-border);padding:4px;padding-top:5px;padding-bottom:5px;vertical-align:top;
}

#logtable > tbody > tr > td:hover {
    background-color: highlight !important;
}
