.tabulator-row .tabulator-cell{
  height: 40px !important;  
  font-size: 1.2em;
  padding: 8px 3px !important;
}
.tabulator-row .tabulator-cell .status-cell {
  display: table-cell;
  border: 3px solid red;
  width: 100px; 
/*   padding: 0px !important; */
  text-align: center; 
  vertical-align: middle;
/*   padding: 50px; */

}

.anvil-role-button-bar {
  padding-bottom: 5px;  
}

.anvil-role-block {
  width: 100px; 
  height: 100px;
  /* Copied from Card */
  overflow: hidden;
  border-radius: 2px;
  background-color: white;
  padding: 4px 4px;
  /* 2dp */  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.anvil-role-block-descr {
  color: darkgrey;
  font-size: 90%;
  line-height: 90%;
  padding-top: 0px;
}

