.tvseries {
  background: url("networks-sprite.png") no-repeat scroll 0 0 transparent;
  border-bottom: 1px solid #222222;
  height: auto;
  margin: 0 0 15px;
  min-height: 80px;
  padding: 0 0 15px 120px;
}

.tvseries.mavtv {
  background-position: 0 -560px;
}

.tvseries.cbs {
  background-position: 0 -260px;
}

.tvseries.cbssn {
  background-position: 0 -5px;
}

.tvseries .tvdate, .tvseries .tvtime {
  font-size: 1.4em;
  display: block;
  font-weight: bold;
  padding: 0;
}

.tvseries .tvdatesm {
  font-size: 1.2em;
}

.tvseries .tvdate {
  color: #999;
}

.tvseries .tvtime {
  color: #FFFFFF;
  font-size: 1.5em;
}

.tvseries .tvdesc {
  font-size: .9em;
  color: #999;
  line-height: 1.2em;
}

.tvdisclaimer {
  border-bottom: 1px solid #222;
  border-top: 1px solid #222;
  color: #999999;
  margin: 5px 0;
  padding: 5px 0;
}

#footer-inner {
  background-color:#000 !important;
}