﻿
table.tablesorter a {
    color: #00007F;
}

table.tablesorter a:visited {
    color: #791A8B;
}

table.tablesorter {
    border-top: none !important;
    font-size: 10pt;
}

table.tablesorter > thead > tr > th {
    background-color: #e0dad1;
    border-bottom: 2px solid #584f41;
    border-left-color: #a89c8a;
    border-right-color: #a89c8a;
    font-size: 10pt;
    font-weight: bold;
    color: #2e2e2e;
    font-family: lato, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp {
    background-color: #c5c5c5;
}

table.tablesorter > tbody > tr:nth-child(even) {
    background-color: #E5E8E6;
}

table.tablesorter > tr:nth-child(even) {
    background-color: #E5E8E6;
}

table.tablesorter > tbody > tr > td {
    padding-top: 8px;
}
