#waitersTabContent {
  padding: 0;
  background: #f3f6fb;
  min-height: calc(100vh - 92px);
  display: flex;
  overflow: hidden;
}

#waitersTabContent .tw-waiters-shell {
  flex: 1 1 auto;
  width: 100%;
  min-height: calc(100vh - 92px);
  border: 0;
  display: block;
  background: #f3f6fb;
}
