table.widefat {
    border: none;
    box-shadow: none;
    border-radius: 6px;
}

.widefat thead tr th {
    color: #000;
    font-weight: 500;
}

.widefat thead td,
.widefat thead th {
    border-bottom: 1px solid #f3f3f3;
}

.widefat tbody td,
.widefat tbody th {
    border-bottom: 1px solid #f3f3f3;
}

.striped > tbody > :nth-child(odd) {
    background-color: #ffffff;
}

table.widefat tfoot {
    display: none;
}

th.sortable a,
th.sorted a {
    display: block;
    overflow: hidden;
    padding: 15px 8px;
}

th.sortable a span,
th.sorted a span {
    color: #000;
}

.striped > tbody > tr:hover {
    background: #fbfbfb;
}

.row-title {
    font-size: 14px !important;
    font-weight: 600;
    color: #000;
}

.tablenav.bottom {
    display: none;
}