table.tb {
    width: 100%;
    float: left;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 10px 0;
}

table.tb td {
    padding: 5px;
}

table.tb th {
    padding: 5px;
    background: #999;
    color: #fff;
}

table.tb th a, table.tb th h2 {
    color: #fff;
}

table.tb tr {
    border-top: 1px solid #ccc;
}

table.tb tr:hover {
    background: #eee;
}

.tb-zawodnik-rezerwa {
    background: #eee;
}

.tb-zawodnik-niezakwal {
    background: #ccc;
}


table.tb-disp {
    width: 380px;
    float: left;
    border-spacing: 2px;
    margin: 10px 0;
}

table.tb-disp td {
    border: 1px solid #eee;
    padding: 5px;
}

table.tb-disp th[scope="row"] {
    text-align: left;
    padding: 5px;
    padding-right: 20px;
}

table.tb-disp th[scope="col"] {
    text-align: center;
    padding: 5px;
}
