table.tabela {
	background-color: #ffffff;
    clear: both;
    width: 100%;
}
table.tabela, table.tabela tr, table.tabela td, table.tabela thead th {
    border: medium none;
    font-size: 14px;
}
table.tabela a {
    line-height: 20px;
    margin-right: 5px;
}
table.tabela, table.tabela thead th {
    border-bottom: 4px solid #dadada;
}
table.tabela thead {
    background-image: none;
}
table.tabela thead th {
    border-top: 1px solid #dadada;
}
table.tabela th {
    color: #7e7e7e;
    font-size: 13px;
    font-weight: normal;
}
table.tabela tbody tr, .ie7 table.tabela td {
    border-top: 1px solid #d9d9d9;
}
table.tabela tbody tr:hover {
    background-color: #fdffeb;
}
table.tabela td, table.tabela thead th {
    height: 15px;
    padding: 5px;
    width: 10%;
}
table.tabela td:nth-child(1), table.tabela thead th:nth-child(1) {
    min-width: 80px;
    width: 15%;
}
table.tabela td:nth-child(2), table.tabela thead th:nth-child(2) {
    min-width: 20px;
    width: 4%;
}
table.tabela td p {
    margin-bottom: 0;
}
table.tabela .kolTresc {
    width: 50%;
}
table.tabela .kolPrzebieg {
    text-align: right;
    width: 10%;
}
table.tabela .kolRok {
    text-align: right;
    width: 10%;
}
table.tabela .kolCena {
    text-align: right;
    width: 10%;
}
table.tabela .kolCena em {
    font-size: 12px;
    font-style: normal;
    white-space: nowrap;
}
