.tablesorter {
   border-collapse: collapse;
}

.tablesorter thead {
   background-color: #294a70;
   color:#fff;
   text-align: left;
}

.tablesorter tbody tr:hover {
    background-color: #e2e8f0;
}