/* schedule */
body#schedule #primary {
  width: 100%;
  margin-right: 0;
  float: none;
}
body#schedule #primary p {
  width: 420px;
  float: left;
  padding-right: 20px;
}
body#schedule #schedule-wrapper {
  list-style-type: none;
}
body#schedule #schedule-wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body#schedule #schedule-wrapper > * {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}
body#schedule #schedule-wrapper > *:last-child {
  margin-right: 0;
}
body#schedule #schedule-wrapper > *.last {
  margin-right: 0;
}
body#schedule #schedule-wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body#schedule #schedule-wrapper > * {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}
body#schedule #schedule-wrapper ul#schedule-list li {
  width: 760px;
}
body#schedule #schedule-wrapper ul#schedule-list li a {
  font-size: 16px;
  font-weight: 600;
}
body#schedule #schedule-wrapper ul#schedule-list li .program-time {
  font-size: 42px;
  margin-bottom: 0;
}
body#schedule #schedule-wrapper #ad-space {
  padding: 10px;
  background-color: #494949;
}
body#schedule .show-image {
  float: left;
  padding-right: 20px;
}
body#schedule .schedule-title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
}
body#schedule #rss {
  float: left;
  font-size: 15px;
  line-height: 26px;
  height: 26px;
  width: 75px;
}
body#schedule .rss-link {
  height: 26px;
  background-image: url(/sc_assets/images/desktop/framework/icons/rss.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 38px;
  display: block;
  padding-left: 35px;
}
body#schedule #channel-options-wrapper {
  overflow: hidden;
  height: 26px;
  position: relative;
  margin-bottom: 15px;
  display: block;
  margin-top: 15px;
}
body#schedule #channel-options {
  float: left;
}
body#schedule #channel-options-form {
  margin-right: 10px;
}
body#schedule #the-date {
  float: left;
  position: absolute;
  top: -5px;
  padding-left: 10px;
  color: #FFFFFF;
  margin-left: 10px;
  font-size: 18px;
  line-height: 26px;
}
body#schedule .all-times {
  text-transform: uppercase;
  font-size: 13px;
  margin-left: 5px;
}
