#crudTable_wrapper #crudTable:not(.has-hidden-columns) tr td:first-child, #crudTable_wrapper table.dataTable:not(.has-hidden-columns) tr td:first-child {
    padding-top: 7px;
}

#crudTable_wrapper #crudTable tr td:first-child, #crudTable_wrapper #crudTable tr th:first-child, #crudTable_wrapper table.dataTable tr td:first-child, #crudTable_wrapper table.dataTable tr th:first-child {
    padding-bottom: 7px;
}

#crudTable_wrapper #crudTable tr td, #crudTable_wrapper #crudTable tr th {
    padding: 0 !important;
    /*line-height: 0 !important;*/
    /*vertical-align: top;*/
}
