
.no-border-table.ui-datatable > .ui-datatable-header {
    font-size: 15px;
}

.no-border-table.ui-datatable > .ui-datatable-header,
.no-border-table.ui-datatable th.ui-state-default,
.no-border-table.ui-datatable tbody,
.no-border-table.ui-datatable tbody td {
    background: none;
    border: none;
}

.no-border-table.ui-datatable tbody td {
    padding: 8px 10px;
}

.no-border-table.ui-datatable tbody tr {
    border-right: 0;
}