#ChannelContentSideBar ul {
  margin-top: 12px;
  margin-left: 20px;
  font-size: 1.3em;
  list-style-type: square;
}

#ChannelContentSideBar ul li {
  padding-bottom: 1.5em;
}

#ChannelContentSideBar ul li a {
  color: #000;
  text-decoration: none;
}

#ChannelContentSideBar ul li a:hover {
  text-decoration: underline;
}

.video-list-item {
  padding: 15px 0;
  border: none;
}

.video-list-item-left {
  width: 238px;
}

.video-list-item-right {
  width: 350px;
  font-size: 110%;
}

.video-title {
  font-size: 145%;
}
.video-title a {
  color: #41680D;
}

.date-etc {
  margin-top: 9px;
}

#SeriesHeader {
  padding-left: 19px
}
#SeriesHeader h1 {
  padding-bottom: 4px;
  font-size: 1.4em;
}
#SeriesHeader .description {
  margin: 5px 2px 30px;
  font-size: 1.2em;
  line-height: 150%;
}

.shared-paginate-list a {
  color: #000;
}

#ChannelContentSideBar ul li a.active {
  font-weight: bold;
}