.tablesorter {
    font-family: 'WarHeliosCondcBold', 'Arial Narrow', sans-serif;
    background-color: rgba(255, 255, 255, 0);
    font-size: 1.0em;
    text-align: left;
}

.tablesorter thead tr th{
    background-color: #e6EEEE;
    border: 1px solid #FFF;
    font-size: 1em;
    padding: 4px;
    padding-right: 19px;
}

.tablesorter thead tr .tablesorter-header {
    font-weight: 400;
    background-color: #ff6600;
    color: #fff;
    border-spacing: 0px;
    /*background-image: url(img/bg.gif);*/
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    margin-left: -1px;
}
.tablesorter tbody td {
    padding: 4px;
    vertical-align: top;
    border-bottom: #ccc 1px solid;
    white-space: nowrap;
}

.tablesorter tbody tr.odd td {background-color: rgba(255, 255, 255, 0.3);}
.tablesorter tbody tr.even td {background-color: rgba(255, 255, 255, 0.6);}

.tablesorter tbody tr.odd td.pr0 {background-color: rgba(255, 225, 205, 0.3);} /* name */
.tablesorter tbody tr.even td.pr0 {background-color: rgba(255, 225, 205, 0.6);}
.tablesorter tbody tr.odd td.pr1 {background-color: rgba(255, 255, 255, 0.3);} /* main */
.tablesorter tbody tr.even td.pr1 {background-color: rgba(255, 255, 255, 0.6);}
.tablesorter tbody tr.odd td.pr2 {background-color: rgba(195, 250, 250, 0.3);} /* support */
.tablesorter tbody tr.even td.pr2 {background-color: rgba(195, 250, 250, 0.6);}
.tablesorter tbody tr.odd td.pr3 {background-color: rgba(255, 230, 220, 0.3);} /* max */
.tablesorter tbody tr.even td.pr3 {background-color: rgba(255, 230, 220, 0.6);}
.tablesorter tbody tr.odd td.pr4 {background-color: rgba(225, 250, 225, 0.3);} /* last */
.tablesorter tbody tr.even td.pr4 {background-color: rgba(225, 250, 225, 0.6);}

.tablesorter thead tr .tablesorter-headerAsc {
    background-image: url(https://proships.su/stat/img/asc.gif);
}

.tablesorter thead tr .tablesorter-headerDesc {
    background-image: url(https://proships.su/stat/img/desc.gif);
}

.tablesorter thead tr .tablesorter-headerDesc, table.tablesorter thead tr .tablesorter-headerAsc {
    background-color: #ff9933;
}