.matchcol { width:9% }
.checkcol { width:5% }
.wincol {
    width:3%;
    text-align: center;
    vertical-align: middle;
}
.playercol {
    white-space: nowrap;
    width:17%;
    overflow: hidden;
}
.ercol {
    white-space: nowrap;
    width:3%;
    text-align: center;
}
.matchlcol {
    white-space: nowrap;
    overflow: hidden;
    width:3%;
    text-align: center:
}
.tournamentcol {
    white-space: nowrap;
    width:16%;
    overflow: hidden;
}

.datecol {
    white-space: nowrap;
    width:7%;
    overflow: hidden;
}
.filecol {
    width: 3%;
    text-align: center;
    vertical-align: middle;
}

@media (max-width: 1200px) {
    .tournamentcol { width:12%; }
    .playercol { width:14%; }
    .ercol { width:3%; }
    .checkcol { width:3% }
}

