.efitable .react-bootstrap-table table {
  height: 100%;
  margin-bottom: 10px;
}

.efitable .react-bootstrap-table th {
  background-color: #fff;
  overflow: hidden;
}

.sticky-header th {
  position: sticky;
  top: 0;
  vertical-align: top;
}

.efitable .react-bootstrap-table td {
  word-break: break-all;
}

.efitable .react-bootstrap-table td.react-bs-table-no-data {
  text-align: left;
}

.efitable .react-bootstrap-table label.filter-label {
  margin-bottom: 0;
}

.efitable-footer {
  height: 50px;
}

.efitable-footer .pagination {
  position: fixed;
  bottom: 0;
  margin-left: 10px;
}

.efitable-footer .info {
  position: fixed;
  padding: 2px;
  bottom: 10px;
  right: 10px;
  font-style: italic;
  margin-left: 20px;
  background: #fff;
}
