#cabinet-table tbody td {
  text-align: start;
  padding: 12px;
  line-height: 44px;
}

#cabinet-table thead th .column-header {
  justify-content: start;
  padding: 12px;
}

#cabinet-table tbody td:last-child {
  text-align: end;
}

#cabinet-table thead th:last-child {
  width: 1%;
}

#cabinet-table .button.button-table {
  max-height: 50px;
}