
.wp-list-table.payids {
 width: 100%;
 max-width: 100%;
 margin-bottom: 1rem;
 overflow:auto !important;
}
.wp-list-table th,
.wp-list-table td {
 padding: 0.75rem;
 vertical-align: top;
 border-top: 1px solid #eceeef;
}
.wp-list-table thead th {
 vertical-align: bottom;
 border-bottom: 2px solid #eceeef;
}
.wp-list-table tbody + tbody {
 border-top: 2px solid #eceeef;
}
.wp-list-table .wp-list-table {
 background-color: #fff;
}
.wp-list-table-sm th,
.wp-list-table-sm td {
 padding: 0.3rem;
}
.wp-list-table-bordered {
 border: 1px solid #eceeef;
}
.wp-list-table-bordered th,
.wp-list-table-bordered td {
 border: 1px solid #eceeef;
}
.wp-list-table-bordered thead th,
.wp-list-table-bordered thead td {
 border-bottom-width: 2px;
}
.wp-list-table-striped tbody tr:nth-of-type(odd) {
 background-color: rgba(0, 0, 0, 0.05);
}
.wp-list-table-hover tbody tr:hover {
 background-color: rgba(0, 0, 0, 0.075);
}
.wp-list-table-active,
.wp-list-table-active > th,
.wp-list-table-active > td {
 background-color: rgba(0, 0, 0, 0.075);
}
.wp-list-table-hover .wp-list-table-active:hover {
 background-color: rgba(0, 0, 0, 0.075);
}
.wp-list-table-hover .wp-list-table-active:hover > td,
.wp-list-table-hover .wp-list-table-active:hover > th {
 background-color: rgba(0, 0, 0, 0.075);
}
.wp-list-table-success,
.wp-list-table-success > th,
.wp-list-table-success > td {
 background-color: #dff0d8;
}
.wp-list-table-hover .wp-list-table-success:hover {
 background-color: #d0e9c6;
}
.wp-list-table-hover .wp-list-table-success:hover > td,
.wp-list-table-hover .wp-list-table-success:hover > th {
 background-color: #d0e9c6;
}
.wp-list-table-info,
.wp-list-table-info > th,
.wp-list-table-info > td {
 background-color: #d9edf7;
}
.wp-list-table-hover .wp-list-table-info:hover {
 background-color: #c4e3f3;
}
.wp-list-table-hover .wp-list-table-info:hover > td,
.wp-list-table-hover .wp-list-table-info:hover > th {
 background-color: #c4e3f3;
}
.wp-list-table-warning,
.wp-list-table-warning > th,
.wp-list-table-warning > td {
 background-color: #fcf8e3;
}
.wp-list-table-hover .wp-list-table-warning:hover {
 background-color: #faf2cc;
}
.wp-list-table-hover .wp-list-table-warning:hover > td,
.wp-list-table-hover .wp-list-table-warning:hover > th {
 background-color: #faf2cc;
}
.wp-list-table-danger,
.wp-list-table-danger > th,
.wp-list-table-danger > td {
 background-color: #f2dede;
}
.wp-list-table-hover .wp-list-table-danger:hover {
 background-color: #ebcccc;
}
.wp-list-table-hover .wp-list-table-danger:hover > td,
.wp-list-table-hover .wp-list-table-danger:hover > th {
 background-color: #ebcccc;
}
.thead-inverse th {
 color: #fff;
 background-color: #292b2c;
}
.thead-default th {
 color: #464a4c;
 background-color: #eceeef;
}
.wp-list-table-inverse {
 color: #fff;
 background-color: #292b2c;
}
.wp-list-table-inverse th,
.wp-list-table-inverse td,
.wp-list-table-inverse thead th {
 border-color: #fff;
}
.wp-list-table-inverse.wp-list-table-bordered {
 border: 0;
}
.wp-list-table-responsive {
 display: block;
 width: 100%;
 overflow-x: auto;
 -ms-overflow-style: -ms-autohiding-scrollbar;
}
.wp-list-table-responsive.wp-list-table-bordered {
 border: 0;
}