.episode_slate_container {
  width: 120px;
  height: 90px;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.episode_slate_missing {
  width: 100%;
  height: 100%;
  vertical-align: 100%;
  font-size: 12px;
  background-image: url(/images/video/imdb-logo-faded.jpg);
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  background-color: #fff9df;
  padding-top: 6px;
  vertical-align: middle;
  border: 1px solid #c7a931;
}

#feature-filter { 
  display:none;
}

.episode-filter-decoration { 
  text-decoration: underline;
  color: #003399;
  cursor: pointer;
  cursor: hand;
}
span.episode-filter-selected { 
  text-decoration: none;
  color: black;
  font-weight: bold;
}
