/* #table_body {
  height: 100vh;
  overflow: auto;
} */

tr td:first-child {
  width: 8.5rem;
}

button {
  white-space: nowrap;
}

.video-panel {
  min-height: auto;
  height: 100px;
  position: fixed;
  left: 0;
  padding: 0 !important;
  top: 0;
  background-color: black;
  display: flex;
  justify-content: center;
  z-index: 100;
}

.video-panel iframe {
  width: 100%;
}