/*  OLD STYLES */
/* tables */
table.wyniki {
    background-color: #CDCDCD;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    /*width: 100% */;
    margin-right: 10px;
    text-align: left;
    margin-bottom: 10px;
    border: 1px solid #d0d0d0 !important;
}

table.wyniki {
    width: calc(70% - 10px);
}

table.wyniki tr th, table.wyniki tr th {
    background-color: #0c3676;
    color: #FFFFFF;
    border: 0px solid #FFF;
    font-size: 13px;
    line-height: 20px;
    padding-left: 8px;
    padding-bottom: 10px;
    padding-top: 10px;
}

table.wyniki tr .header {
    /*background-image: url(bg.gif);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center right;*/
    cursor: pointer;
}

table.wyniki tbody td {
    color: #0c3676;
    padding-left: 8px;
    background-color: #fafafa;
    vertical-align: top;
    height: 24px;
    padding-bottom: 1px !important;
    padding-top: 1px !important;
}

table.wyniki a {
    color: #0c3676;
}

table.wyniki tr:nth-child(odd) td {
    background-color: #eeeeee;
}

table.wyniki tr:nth-child(even) td {
    background-color: #fafafa;
}

table.wyniki tbody > tr.ciemne_polacy td {
    background-color: #EEEEEE;
}

table.wyniki tbody > tr th {
    border-top: 1px solid #e4e4e4 !important;
    border-top: 0px solid #e0e0e0 !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;

}

table.wyniki tr .headerSortUp {
    /*background-image: url(asc.gif);*/
}

table.wyniki tr .headerSortDown {
    /*background-image: url(desc.gif);*/
}

table.wyniki tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #1041A6;
    color: #fff;

}

table.wyniki tbody td.fl {
    padding-top: 0px;
    padding-bottom: 0px;
}

table.wyniki tbody td.fl img {
    margin-top: 4px;
}

table.wyniki tbody > tr.past td {
    color: #aaa;
}

table.wyniki tbody > tr.set td {
    color: #fff;
    padding-left: 8px;
    background-color: #bbb !important;
    vertical-align: top;
    height: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 11px;
}

tr.ciemne_polacy td {
    /*text-decoration: underline;*/
    color: #be0808 !important;
}

tr.jasne_polacy td {

    color: #be0808 !important;
    /*text-decoration: underline;*/
}

tr.ciemne_polacy td a {
    /*text-decoration: underline;*/
    color: #be0808 !important;
}

tr.jasne_polacy td a {
    color: #be0808 !important;
    /*text-decoration: underline;*/
}

table.wyniki tbody > tr.coming {
    border: 1px solid #ddd;
}

table.wyniki tr:nth-child(odd) td {
    background-color: #eeeeee;
}

table.wyniki .tytul {
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    background-color: rgb(29, 67, 126) !important;
    text-align: center;
}

table.wyniki.stat {
    max-width: 500px;
}

.podstrona table.wyniki {
    width: 100%;
    font-size: 11px;
}

table.wyniki tr.ciemne td {
    background-color: #eeeeee;
}

table.wyniki tr.jasne td {
    background-color: #fafafa;
}

table.wyniki tr.jasne_polacy td {
    background-color: #fafafa;
}

@media (max-width: 991px) {
    table.wyniki {
        width: 100% !important;
    }
}

