
/*.tabulator-cell.x-data {
    border: 1px solid #f00;
}
.tabulator-cell.y-data {
    border: 1px solid #00f;
}*/

/*.selbach-pm-panel-content .selbach-pm-panel-options.selbach-tabulator-options {
    
}*/
.selbach-tabulator-content-parent {
    /*min-height: 100%;*/
    flex: 1 1 100%;
    background: #eee;
    overflow: hidden;
}

.tabulator {
    font-size: 13px;
    font-family: sans-serif;
}

.tabulator-header-filter input {
    border: 0;
    outline: 1px solid #aaa;
    outline-offset: 0px;
    margin-top: 3px;
}

.tabulator .tabulator-col.tabulator-edit-column {
    background: #bbb;
}
.tabulator .tabulator-cell.tabulator-edit-column .material-icons {
    font-size: 15px;
}