.table-fixed tbody {
  height: 300px;
  overflow-y: auto;
  width: 100%;
  overflow-y: auto;
}

.modal-table-fixed tbody {
  height: 150px;
  overflow-y: auto;
  width: 100%;
  overflow-x: auto;
}

.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}

.modal-table-fixed thead, .modal-table-fixed tbody, .modal-table-fixed tr, .modal-table-fixed td, .modal-table-fixed th {
  display: block;
}

.table-fixed tbody td, .table-fixed tbody th, .table-fixed thead > tr > th {
  float: left;
  position: relative;
  height: 40px;
}

.modal-table-fixed tbody td, .model-table-fixed tbody th, .modal-table-fixed thead > tr > th {
  float: left;
  position: relative;
  height: 40px;
}

.table th, .table td {
  word-wrap: break-word;
  max-width: 150px;
  height: 40px;
  overflow: auto;
}

.tab-header {
  font-size: small;
}

