table.table a {
    color: #007bff;
}

.dataTables_length label {
  display: inline !important;
}

.dataTables_length select {
  display: inline;
  width: 150px !important;
}

.dataTables_filter label {
  display: inline !important;
}

.dataTables_filter input {
  display: inline;
  width: 50% !important;
}

.video-dimensions {
  width: 100% !important;
  height: 100% !important;
}

.stream-message, .stream-ready {
  position: absolute;
  width: 60%;
  left: 20%;
  top: 1em;
  background: #000000;
  opacity: 0.75;
  z-index: 10;
  border-radius: 5px;
}

#play-when-ready {
  position: absolute;
  bottom: 1em;
  left: 1em;
  padding: 6px;
  background: #000000;
  color: #ffffff;
  opacity: 0.80;
  z-index: 10;
  border-radius: 5px;
  font-size: smaller;
}

#play-when-ready:hover {
  background: #333;
}

#play-when-ready:active {
  opacity: 1.0;
  background: #333;
}

#play-when-ready i {
  font-size: 1rem;
}
