table {
    width: 100%;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    padding: 8px!important;
    font-size: 14px!important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
    line-height: 100%!important;
    vertical-align: middle!important;
}

.pgen_table-pijama tbody tr:nth-child(2n) {
    background-color: #ececec;
}