div.repertuar {
    width: 600px;
}

table.repertuar {
    width: 100%;
    border: none;
    padding: 0;
}

thead.repertuar tr {    
    background-color: #f3f3f3;
}

tbody.repertuar tr.even {
    background-color: #f3f3f3;
}

tbody.repertuar tr.odd {
    background-color: #ffffff;
}

tbody.repertuar a:link, a:active, a:visited {
    color: #990000;
    text-decoration: none;
}

colgroup.repertuar col.tytul {
    width: 50%;
}

.repertuar tr td {
    color: #838383;
    padding: 1em;
    font-family: sans-serif;
    font-size: 8pt;
}


