
.ui-grid {
    display: table;
    border-color: #000;
}

.ui-grid .table-head {
    display: table-header-group;
    font-weight: bold;
}

.ui-grid .table-body {
    display: table-row-group;
    flex: 1 1 auto;
    border-color: #000;
}

.ui-grid .table-row {
    display: table-row;
    width: auto;
    padding: none;
    border-color: #000;
}
.ui-grid .table-cell {
    display: table-cell;
    border-color: #000;
}



