.presented-by {
  font-family: "LeagueGothicRegular", sans-serif;
  font-weight: 100;
}

.presented-by small {
  text-transform: uppercase;
  font-size: 1.5em;
}

.presented-by .sponsors {
  font-size: 1.8em;
  letter-spacing: 0.05em;
}

.content-wrapper {
  max-width: 960px;
}

.subheader {
  margin-bottom: 1em;
  padding-top: 0 !important;
  border-bottom: 0.5em solid #FFCC20;
}

.banner-left,
.banner-right,
.banner {
  width: 40px;
  height: 85px;
  display: inline-block;
  margin-bottom: -26px;
}

.banner-left {
  background-image: url("lege13-header-ribbon-tail-left.png");
}

.banner-right {
  background-image: url("lege13-header-ribbon-tail-right.png");
}

.banner {
  height: 85px;
  background: #f24347;
  padding: 11px 0;
  margin: 10px 0;
  width: 880px;
}

.banner-inner {
  font-size: 3.3333em;
  font-family: "LeagueGothicRegular", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #0097e6;
  height: 63px;
  padding: 4px;
  color: white;
  text-align: center;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.presented-by {
  font-size: 12px;
  text-align: center;
  font-weight: bolder;
  margin: 0 0 1em 0;
}

.streams {
  color: white;
  background-color: #333;

  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top, #333333 0%, #222222 100%);=
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #333333 0%, #222222 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #333333 0%, #222222 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(1, #222222));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #333333 0%, #222222 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #333333 0%, #222222 100%);
}

.house, .senate {
  padding: 10px 0 20px 20px;
}

.streams h3 {
  padding: 0 0 0.5em 0.5em;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
}

.senate {
  border-left: 2px solid #222;
}

.video-container {
  max-width: 100%;
  padding-right: 1.5em;
}

.sponsored-by {
  margin-top: 1em;
}

.sponsored-by .ad_container {
  text-align: center;
}

.sponsored-by .ad {
  width: 315px;
  height: 265px;
  border: 10px solid white;
  display: inline-block;
  background-color: #999;
}

@media (max-width: 960px) {
  .banner-left,
  .banner-right {
    display: none;
  }

  .banner {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .banner {
    line-height: 53px;
    font-size: 60%;
  }
}

@media (max-width: 640px) {
  .banner {
    line-height: 53px;
    font-size: 50%;
  }
}

@media (max-width: 540px) {
  .banner {
    font-size: 40%;
  }
}
