this is my css
.tablepress thead th,
.tablepress tfoot th {
background-color: #ecebeb;
}
.tablepress thead .sorting_asc,
.tablepress thead .sorting_desc,
.tablepress thead .sorting:hover {
background-color: #e54e53;
}
.tablepress .row-hover tr:hover td {
background-color: #e54e53;
}
.tablepress td {
border: 1px solid #DDDDDD;
}
.tablepress thead th:first-child {
border-top-left-radius: 2px;
}
.tablepress thead th:last-child {
border-top-right-radius: 2px;
}
.tablepress tbody tr:last-child td:first-child {
border-bottom-left-radius: 2px;
}
.tablepress tbody tr:last-child td:last-child {
border-bottom-right-radius: 2px;
}
.tablepress .hilite {
color: #8dc153;
font-weight: bold;
font-size: 16px;
text-align: center;
}