/* related shows */
#related-shows ul {
  list-style-type: none;
}
#related-shows ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#related-shows ul > * {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}
#related-shows ul > *:last-child {
  margin-right: 0;
}
#related-shows ul > *.last {
  margin-right: 0;
}
#related-shows ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#related-shows ul > * {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}
#related-shows ul > * {
  width: 240px;
}
#related-shows img {
  margin-bottom: 5px;
}
#related-shows h4 {
  font-size: 18px;
  color: #FAFAFA;
  line-height: 1em;
  margin-bottom: 4px;
  font-weight: 400;
}
