@-moz-document domain("www.youtube.com") {
#video-sidebar {
  display: none;
}
#feed, #feed-main-all, #feed-container, #feed-background {
  width: 770px;
  background-color: #fff !important;
}
.feed-page {
height: auto;
}
.feed-page > ul {
  position: relative;
  width: 770px;
}
.feed-page > ul > li {
  width: 380px;
  float: left;
}
.feed-item-title {
  background: none;
}
.feed-item h4, .feed-item .description {
  width: 180px !important;
}
.feed-item-show-aggregate {
  position: absolute;
  top: 96px;
  opacity: .8;
}
.feed-load-more-container {
  clear: left;
}
#guide-builder-promo {
  display: none;
}
#feed .feed-header {
  border-top-right-radius: 0;
}
.guide-section:last-child {
  display: none;
}

.title, .feed-item-actions-line {
  display: block;
  white-space: nowrap;
  width: 160px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.title {
  font-size: 12px;
}

.feed-page > ul > li {
  height: 100px;
}
}