div.tresc table {
    border-collapse: collapse;
    border-style: solid;
    border-color: #2d71b5;
    border-width: 1px;
    margin: 0;
    width: 100% !important;
    background: transparent;
}

div.tresc table tr td {
    padding: 4px 8px 6px 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #2d71b5;
    font-size: 16px;
    line-height: 18px;
}

div.tresc table tr th {
    padding: 10px 8px 12px 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #2d71b5;
    color: #004491;
    background: #f6f9ff;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
}

div.tresc table tr.podswietlony {
    background: #fff9e6;
}

@media all and (min-width: 0px) {

    div.tresc table tr td {
        padding: 3px 5px 4px 5px;
        font-size: 14px;
        line-height: 16px;
    }

    div.tresc table tr th {
        padding: 3px 5px 4px 5px;
        font-size: 14px;
        line-height: 16px;
    }

}


@media all and (min-width: 1020px) {

    div.tresc table tr td {
        padding: 4px 8px 6px 8px;
        font-size: 16px;
        line-height: 18px;
    }

    div.tresc table tr th {
        padding: 10px 8px 12px 8px;
        font-size: 16px;
        line-height: 18px;
    }


}
