body.page-ucb-tv #below-header {
  height: 100px;
}


/** All Shows Page */
.tv-letter-list {
  padding: 0;
  margin: 0;
}

.tv-letter-list li {
  display: inline;
  list-style: none;
  margin: 0 0 0.25em 1em !important;
}

.tv-letter-list li a {
  text-decoration: none;
}

.tv-days-list {
  margin: 0;
  padding: 0;
}

.tv-days-list li {
  display: inline;
  list-style: none;
}

.tv-days-list li a {
  text-decoration: none;
}


.tv-shows-a-z-grid {
  width: 100%;
}

.tv-shows-a-z-grid .tv-show {
  text-align: center;
}

.tv-shows-a-z-grid .tv-show img {
  margin: 0 auto;
}

.tv-shows-a-z-grid .tv-show a {
  text-decoration: none;
  font-size: 9px;
}


/** TV Schedule Page */
.schedule {
  width: 100%;
}

.schedule .program-info {
  display: none;
  margin-bottom: 10px;
}

.schedule .schedule-image {
  float: left;
  margin: 5px 10px 10px 5px;
}


/** Menu for TV section **/
#block-menu-menu-tv-submenu {
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
}


#block-menu-menu-tv-submenu ul {
  margin: 0;
  padding: 0;
}

#block-menu-menu-tv-submenu ul li {
  display: inline;
  list-style: none;
}

#block-menu-menu-tv-submenu ul li a {
  text-decoration: none;
}


/* Video View */
.view-ucb-video-view .views-field-field-vimeo-value {
  text-align:center;
}

.view-ucb-video-view .views-field-field-vimeo-value .field-content {
  vertical-align: top;
  height: 90px;
  position:relative;
  top:0;
}

.view-ucb-video-view .views-field-field-vimeo-value img {
  margin: 0 auto;
  vertical-align: top;
}

.view-ucb-video-view .views-field-title {
  text-align: center;
  padding: 0 10px;
  width: 200px;
}

.view-ucb-video-view .views-field-title a {
  text-decoration: none;
  font-size: 9px;
}