body {
  background-color: #000;
  color: #aaa;
}

.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.8);
}
.dropdown-item {
  color: #fff;
}

.dropdown-divider {
  border-color: #555;
}

.dropdown-item:hover {
  background-color: #4af;
  color: #fff;
}

.episodes .dropdown-item {
  text-align: center;
  min-width: 300px;
  white-space: normal;
}
.episodes .dropdown-item img.episode-preview {
  width: 320px;
  height: 240px;
}

.rating-icon {
  width: 15px;
  height: 15px;
  margin-top: -4px;
}
