.guide-layout-container {
  overflow: hidden;
  position: relative
}

.guide-container {
  width: 200px;
  float: left;
  color: #ededed;
  z-index: 0
}

.guide-container a:focus {
  background: 0;
  outline: 0
}

.guide-container.watch {
  position: absolute
}

.guide-background {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 5px;
  width: 200px;
  height: 100%;
  background: #272727
}

.guide {
  background-color: #272727
}

.guide h2,
.guide h3 {
  margin: 0;
  padding: 0
}

.guide-item-container {
  border-top: 1px solid #323232;
  border-bottom: 1px solid #1b1b1b;
  list-style: none
}

.guide-item-container .video-thumb {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0
}

.guide-item .thumb {
  padding: 3px 0
}

.guide-item {
  display: block;
  min-height: 28px;
  line-height: 28px;
  position: relative;
  margin: 0;
  padding: 0 5px 0 10px;
  background: #272727;
  background-image: -moz-linear-gradient(top, #292929 0, #252525 100%);
  background-image: -ms-linear-gradient(top, #292929 0, #252525 100%);
  background-image: -o-linear-gradient(top, #292929 0, #252525 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #292929), color-stop(100%, #252525));
  background-image: -webkit-linear-gradient(top, #292929 0, #252525 100%);
  background-image: linear-gradient(to bottom, #292929 0, #252525 100%);
  color: #999;
  font-size: 11px;
  border-right: 4px solid transparent;
  cursor: pointer;
  -moz-transition: border 0.2s ease;
  -ms-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease
}

h3 .guide-item {
  color: #ededed;
  line-height: 34px
}

.guide-item .display-name {
  display: inline-block;
  line-height: 1.2em;
  width: 115px
}

.guide-item .guide-count {
  margin: 9px 0
}

#page h3.guide-item-container {
  border-top: 1px solid transparent
}

#page .first h3.guide-item-container {
  border-top: 1px solid #323232
}

#page h3.guide-item-container.selected-child,
#page h3.guide-item-container:hover {
  border-top: 1px solid #323232
}

.guide-item:hover {
  border-right-color: #666;
  text-decoration: none;
  background: #1c1c1c
}

.guide-item.selected,
.guide-item.selected:hover {
  border-right-color: #c4302b;
  background: #1c1c1c
}

.guide-item .guide-show-more-less {
  float: left
}

.guide-item .show-more {
  display: none
}

.yt-uix-expander-collapsed .guide-item .show-more {
  display: block
}

.yt-uix-expander-collapsed .guide-item .show-less {
  display: none
}

.yt-uix-expander-collapsed .guide-item-container.hideable {
  display: none
}

.guide-item .system-icon {
  display: inline-block;
  height: 28px;
  width: 28px;
  background: no-repeat url(//s.ytimg.com/yt/imgbin/www-guide-vflOGhtNN.png) -13px -2143px
}

.guide-item .system-icon.category {
  background-position: 0 -1022px
}

.guide-item .system-icon.social {
  background-position: -17px -901px
}

.guide-item .system-icon.popular {
  background-position: -13px -2143px
}

.guide-item .system-icon.trending {
  background-position: 0 -1568px
}

.guide-item .system-icon.music {
  background-position: 0 -1670px
}

.guide-item .system-icon.slam {
  background-position: -13px -1353px
}

.guide-item .system-icon.topic {
  background-position: 0 -835px
}

.guide-item .system-icon.blog {
  background-position: 0 -1748px
}

.guide-item .system-icon.entertainment {
  background-position: 0 -1959px
}

.guide-item .system-icon.spotlight {
  background-position: 0 -2933px
}

.guide-item .system-icon.sports {
  background-position: 0 -1262px
}

.guide-item .system-icon.film {
  background-position: 0 -2732px
}

.guide-item .system-icon.news {
  background-position: -18px -805px
}

.guide-item .system-icon.comedy {
  background-position: 0 -1052px
}

.guide-item .system-icon.people {
  background-position: 0 -2702px
}

.guide-item .system-icon.science {
  background-position: 0 -2816px
}

.guide-item .system-icon.travel {
  background-position: 0 -389px
}

.guide-item .system-icon.gadgets {
  background-position: 0 -1162px
}

.guide-item .system-icon.animals {
  background-position: 0 -496px
}

.guide-item .system-icon.howto {
  background-position: 0 -1232px
}

.guide-item .system-icon.vehicles {
  background-position: -9px -2087px
}

.guide-item .system-icon.nonprofits {
  background-position: 0 -1132px
}

.guide-item .system-icon.education {
  background-position: -15px -967px
}

.guide-item.guide-recommendation-item,
.guide-item.guide-recommendation-item.selected,
.guide-item.guide-recommendation-item:hover {
  border-right: 0
}

.guide-recommendation-item .guide-subscription-button {
  position: absolute;
  top: 5px;
  right: 10px
}

.guide-recommendation-item .guide-subscription-button img {
  height: 24px;
  width: 24px;
  background: no-repeat url(//s.ytimg.com/yt/imgbin/www-guide-vflOGhtNN.png) 0 -97px
}

.guide-recommendation-item .guide-subscription-button:hover img {
  background-position: 0 -2117px
}

.guide-recommendation-item .guide-subscription-button.subscribed img,
.guide-recommendation-item .guide-subscription-button.subscribed:hover img {
  background-position: 0 -2209px
}

.guide-recommendation-item .guide-subscription-dismiss {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: -14px;
  line-height: 0;
  padding: 4px;
  padding-left: 2px;
  z-index: 1
}

.guide-recommendation-item:hover .guide-subscription-dismiss {
  display: inline-block
}

.guide-recommendation-item:hover .guide-subscription-dismiss img {
  height: 15px;
  width: 14px;
  background: no-repeat url(//s.ytimg.com/yt/imgbin/www-guide-vflOGhtNN.png) 0 -36px
}

.guide-recommendation-item .display-name {
  display: inline-block;
  line-height: 1
}

.guide-recommendation-item .featured-display-name {
  display: block;
  margin-top: 1px
}

.guide-item.guide-item-fake {
  text-align: right
}

.guide-item.guide-item-fake:hover {
  border-right-color: transparent;
  cursor: auto;
  background: #272727
}

.guide-item.guide-item-fake a {
  color: inherit
}

#guide-passive-signin {
  display: none
}

#baseDiv {
  padding-bottom: 0
}

#video-sidebar .masthead-ad-control {
  text-align: right
}

#video-sidebar .masthead-ad-control a {
  cursor: pointer
}

#video-sidebar .masthead-ad-control a span,
#video-sidebar .masthead-ad-control a img {
  vertical-align: middle
}

#video-sidebar .masthead-ad-control a:hover {
  text-decoration: none
}

#video-sidebar .masthead-ad-control a:hover span {
  text-decoration: underline
}

#video-sidebar .masthead-ad-control.open img {
  height: 13px;
  width: 13px;
  background: no-repeat url(//s.ytimg.com/yt/imgbin/www-master-vfld_95xz.png) -232px -15px
}

#video-sidebar .masthead-ad-control.open a:hover img {
  background-position: -77px 0
}

#video-sidebar .masthead-ad-control.open a:active img {
  background-position: -232px -30px
}

#video-sidebar .pyv-large-thumb h3 {
  margin: 0
}

#video-sidebar .pyv-large-thumb .large-thumb {
  min-height: 226px
}

#video-sidebar .pyv-large-thumb p,
#video-sidebar .pyv-large-thumb .extra-info span {
  margin-left: 0
}

#video-sidebar .yva-expandable {
  background-color: transparent
}

#footer-container {
  margin-top: 0
}

.thumb {
  display: inline-block;
  margin-right: 5px
}

.thumb,
.display-name {
  line-height: 0;
  vertical-align: middle
}

.back-arrow {
  border: 4px solid transparent;
  border-right-color: #eee;
  border-left-width: 0;
  height: 0;
  width: 0;
  line-height: 0;
  margin-right: 3px
}

#video-sidebar {
  width: 300px;
  float: right
}

#video-sidebar h2,
#video-sidebar h3,
#video-sidebar p {
  margin-left: 5px;
  color: #666
}

#video-sidebar h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 11px
}

#video-sidebar h2 {
  color: #333
}

#video-sidebar p {
  font-size: 11px;
  margin-bottom: 5px
}

#video-sidebar .sidebar-module-description {
  margin-top: 5px
}

#video-sidebar ul {
  margin-bottom: 20px
}

#video-sidebar .video-list-item .related-video {
  padding-right: 20px
}

#video-sidebar .video-list-item .title {
  width: auto;
  font-weight: bold
}

#video-sidebar .related-playlist .title,
#video-sidebar .related-video .title,
#video-sidebar .video-list-item-link .title,
#video-sidebar .recommended-videos-link {
  color: #333
}

#video-sidebar .video-list-item:hover a,
#video-sidebar .video-list-item:hover .title {
  color: #1c62b9;
  text-decoration: none
}

#video-sidebar .video-list-item:hover .title:hover {
  text-decoration: underline
}

#video-sidebar .recommended-videos-link:hover {
  color: #1c62b9;
  text-decoration: underline
}

#video-sidebar .recommended-video-item {
  position: relative
}

#video-sidebar .recommended-video-item .recommended-video-dismiss {
  position: absolute;
  top: 5px;
  right: 5px;
  visibility: hidden
}

#video-sidebar .recommended-video-item:hover .recommended-video-dismiss {
  visibility: visible
}

#video-sidebar .watch-later-videos-link {
  color: #333
}

#video-sidebar .watch-later-videos-link:hover {
  color: #1c62b9;
  text-decoration: underline
}

#video-sidebar .related-playlist:visited .title,
#video-sidebar .related-video:visited .title,
#video-sidebar .video-list-item-link:visited .title {
  color: #3e1fa0
}

#video-sidebar .video-list-item {
  border: 1px solid transparent
}

#video-sidebar .video-list-item:hover {
  background: #fff;
  border-bottom-color: #ccc;
  border-right-color: #ccc
}

#video-sidebar .show-entry {
  overflow: hidden;
  padding: 5px;
  border: 1px solid transparent
}

#video-sidebar .show-entry a {
  color: inherit
}

#video-sidebar .show-entry:hover a {
  color: #1c62b9
}

#video-sidebar .show-thumb {
  float: left
}

#video-sidebar .show-content {
  margin-left: 130px
}

#video-sidebar .show-content h4,
#video-sidebar .show-content p {
  margin: 0;
  margin-bottom: 5px
}

#video-sidebar .show-content h4 {
  font-size: 1em
}

#guide-builder-promo {
  padding: 10px;
  background: #6a6a6a;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px
}

#guide-builder-promo h2 {
  font-weight: bold;
  font-size: 20px;
  margin: 5px 0 13px 0;
  padding: 0;
  line-height: 1
}

#guide-builder-promo-buttons button {
  display: block;
  width: 100%;
  margin-top: 5px
}

#guide-builder-promo-buttons button:first-child {
  margin-top: 0
}

#guide-builder-promo-buttons .yt-uix-button {
  line-height: 17px
}

#guide-builder-promo-buttons .yt-uix-button-icon-add {
  width: 16px;
  height: 17px;
  background: no-repeat url(//s.ytimg.com/yt/imgbin/www-guide-vflOGhtNN.png) 0 -805px
}

#guide-builder-promo-buttons.signed-out .yt-uix-button {
  font-size: 13px
}

#guide-builder-promo-buttons .yt-uix-button:active {
  border-color: #666;
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.75)
}

#channel {
  overflow: hidden;
  background-color: #262626;
  padding: 10px;
  border-bottom: 1px solid #1b1b1b
}

#channel-thumb {
  float: left
}

#personal-feeds {
  margin-left: 84px
}

#personal-feeds .guide-item {
  padding: 2px 3px;
  min-height: 0;
  line-height: 1.2em;
  background: none;
  color: #999
}

#personal-feeds .guide-item.selected,
#personal-feeds .guide-item:hover {
  background: #1c1c1c
}

#personal-feeds li,
#personal-feeds .guide-item {
  border: 0px
}

#guide-reminders {
  clear: left;
  padding: 5px 5px 0 5px;
}

#guide-reminders ul {
  padding: 4px;
  background: #1b1b1b;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 0 3px #111 inset;
  -ms-box-shadow: 0 0 3px #111 inset;
  -webkit-box-shadow: 0 0 3px #111 inset;
  box-shadow: 0 0 3px #111 inset
}

#guide-reminders li {
  font-size: 11px;
  font-weight: bold;
  margin: 2px 0;
  line-height: 19px
}

#guide-reminders .guide-reminder-text {
  color: #ccc;
  display: block;
  margin-left: 26px;
  padding-left: 5px
}

#guide-reminders .guide-count {
  margin-top: 2px
}

#guide-reminders .guide-reminder-icon {
  float: left;
  background: no-repeat url(//s.ytimg.com/yt/imgbin/www-guide-vflOGhtNN.png) 0 -123px;
  width: 26px;
  height: 19px
}

#guide-reminders .comments .guide-reminder-icon {
  background-position: 0 -1111px
}

#guide-reminders .rentals .guide-reminder-icon {
  background-position: 0 -1624px
}

#guide-reminders .upgrade .guide-reminder-icon {
  background-position: -16px -36px
}

.see-more-arrow {
  border: 3px solid transparent;
  border-right-width: 0;
  border-left-color: #999;
  width: 0;
  height: 0;
  line-height: 0;
  margin-left: 5px
}

.guide-count {
  float: right;
  line-height: 1.2;
  padding: 2px 4px;
  background: #000;
  opacity: 0.6;
  color: #666;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.guide-reminder:hover .guide-count,
.guide-item-container:hover .guide-count {
  opacity: 1
}

.yt-uix-button-icon-home {
  width: 16px;
  height: 17px;
  background: no-repeat url(//s.ytimg.com/yt/imgbin/www-guide-vflOGhtNN.png) -30px -1578px
}

.yt-uix-button-icon-calendar-plus {
  background: no-repeat url(//s.ytimg.com/yt/imgbin/www-refresh-vflbktkLJ.png) -76px -110px;
  width: 27px;
  height: 16px
}

.yt-uix-button-dark .yt-uix-button-icon-calendar-plus {
  background: no-repeat url(//s.ytimg.com/yt/imgbin/www-refresh-vflbktkLJ.png) -66px -294px;
  width: 27px;
  height: 16px
}

.yt-uix-button .yt-uix-button-icon-calendar-plus {
  opacity: .6;
  filter: alpha(opacity=60)
}

.yt-uix-button:hover .yt-uix-button-icon-calendar-plus {
  opacity: 1;
  filter: alpha(opacity=100)
}

.live-badge {
  margin-right: 5px;
  padding: 3px 4px;
  background-color: #d80000;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-shadow: 0 1px 0 #800;
  text-transform: uppercase;
  line-height: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 1px 1px #ccc inset 0 1px 0 #e03333;
  -ms-box-shadow: 0 1px 1px #ccc inset 0 1px 0 #e03333;
  -webkit-box-shadow: 0 1px 1px #ccc inset 0 1px 0 #e03333;
  box-shadow: 0 1px 1px #ccc inset 0 1px 0 #e03333
}

#feed {
  position: relative;
  margin-left: 200px;
  margin-right: 305px;
  width: 465px
}

#feed-background {
  position: absolute;
  z-index: -1;
  left: 200px;
  width: 465px;
  top: 0;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  height: 100%;
  background: #fff
}

#feed .feed-page {
  padding-bottom: 10px
}

.feed-header {
  overflow: hidden;
  padding: 6px;
  min-height: 36px;
  background: #2b2b2b;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  background-image: -moz-linear-gradient(top, #333333 0, #262626 100%);
  background-image: -ms-linear-gradient(top, #333333 0, #262626 100%);
  background-image: -o-linear-gradient(top, #333333 0, #262626 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(100%, #262626));
  background-image: -webkit-linear-gradient(top, #333333 0, #262626 100%);
  background-image: linear-gradient(to bottom, #333333 0, #262626 100%);
  color: #fff
}

.feed-header .feed-header-thumb {
  float: left;
  line-height: 0
}

.feed-header .feed-header-subscribe {
  float: right;
  line-height: 34px
}

.feed-header .feed-header-details {
  margin-left: 44px;
  margin-right: 120px
}

.feed-header label {
  color: #ccc
}

.feed-header .yt-uix-form-input-checkbox-container {
  line-height: 14px
}

.feed-header .feed-header-details.no-thumb {
  margin-left: 0
}

.feed-header .feed-header-subscribe.no-thumb {
  line-height: 22px
}

.feed-header .feed-manage-link {
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 4px 10px
}

.feed-header h2 {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  max-width: 380px
}

.feed-header.no-metadata h2 {
  line-height: 34px
}

.feed-header h2 a {
  color: #fff
}

.feed-header h2 a:focus {
  outline: 0;
  background: none
}

.feed-header .metadata {
  font-size: 11px;
  line-height: 11px;
  color: #999
}

.feed-header .metadata a {
  color: #bbb
}

.feed-header .metadata a .see-more-link {
  border-left-color: #bbb
}

.feed-header .subscriber-count {
  font-weight: normal;
  margin-right: 10px
}

.feed-header .youtube-radio {
  font-weight: normal;
  margin-left: 10px
}

.feed-header .feed-header-icon {
  width: 34px;
  height: 34px;
  background: no-repeat url(//s.ytimg.com/yt/imgbin/www-guide-vflOGhtNN.png) 0 -2235px
}

.feed-header .feed-header-icon.popular {
  background-position: 0 -1317px
}

.feed-header .feed-header-icon.social-all {
  background-position: 0 -2630px
}

.feed-header .feed-header-icon.trending {
  background-position: 0 -931px
}

.feed-header .feed-header-icon.topic {
  background-position: 0 -2173px
}

.feed-header .feed-header-icon.blog {
  background-position: 0 -2051px
}

.feed-header .feed-header-icon.google-plus {
  background-position: 0 -169px
}

.feed-header .feed-header-icon.facebook {
  background-position: 0 -1898px
}

.feed-header .feed-header-icon.music {
  background-position: 0 -435px
}

.feed-header .feed-header-icon.slam {
  background-position: 0 -263px
}

.feed-header .feed-header-icon.all {
  background-position: 0 -2235px
}

.feed-header .feed-header-icon.youtube {
  background-position: 0 -2235px
}

.feed-header .feed-header-icon.channels {
  background-position: 0 -2235px
}

.feed-header .feed-header-icon.entertainment {
  background-position: 0 -1383px
}

.feed-header .feed-header-icon.spotlight {
  background-position: 0 0
}

.feed-header .feed-header-icon.sports {
  background-position: 0 -526px
}

.feed-header .feed-header-icon.film {
  background-position: 0 -865px
}

.feed-header .feed-header-icon.news {
  background-position: 0 -1778px
}

.feed-header .feed-header-icon.comedy {
  background-position: 0 -1989px
}

.feed-header .feed-header-icon.people {
  background-position: 0 -1862px
}

.feed-header .feed-header-icon.science {
  background-position: 0 -677px
}

.feed-header .feed-header-icon.travel {
  background-position: 0 -299px
}

.feed-header .feed-header-icon.gadgets {
  background-position: 0 -2666px
}

.feed-header .feed-header-icon.animals {
  background-position: 0 -605px
}

.feed-header .feed-header-icon.howto {
  background-position: -11px -769px
}

.feed-header .feed-header-icon.vehicles {
  background-position: 0 -641px
}

.feed-header .feed-header-icon.nonprofits {
  background-position: -9px -1532px
}

.feed-header .feed-header-icon.education {
  background-position: 0 -2594px
}

.feed-header .feed-header-subscribe label {
  font-size: 11px
}

.feed-header .feed-filter-separator {
  color: #ccc;
  margin-left: 5px
}

.feed-header .yt-uix-button-view-choices {
  border: 0;
  margin-left: -5px;
  cursor: pointer;
  color: #ccc;
  font-weight: normal;
  background: transparent;
  text-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.yt-uix-button-menu.yt-uix-button-menu-view-choices {
  padding: 0
}

.yt-uix-button-menu.yt-uix-button-menu-view-choices li {
  margin: 0
}

body>.yt-uix-button-menu-view-choices .yt-uix-button-menu-item.checked {
  background-image: url(//s.ytimg.com/yt/img/guide/checkmark-vflp4s9hS.png);
  background-repeat: no-repeat;
  background-position: 4px 8px
}

body>.yt-uix-button-menu-view-choices .yt-uix-button-menu-item.checked:hover {
  background-image: url(//s.ytimg.com/yt/img/guide/checkmark_hovered-vflr04Evc.png);
  background-repeat: no-repeat;
  background-position: 4px 8px
}

.feed-header .yt-uix-button-view-choices .yt-uix-button-arrow {
  border-top-color: #ccc
}

.feed-header .yt-uix-button-view-choices:hover,
.feed-header .yt-uix-button-view-choices:focus,
.feed-header .yt-uix-button-view-choices:active {
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent
}

.feed-header .yt-uix-button-view-choices:hover .yt-uix-button-arrow .feed-header .yt-uix-button-view-choices:focus .yt-uix-button-arrow,
.feed-header .yt-uix-button-view-choices:active .yt-uix-button-arrow {
  border-top-color: #ccc
}

.feed-marker {
  color: #999;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px
}

.individual-feed {
  position: relative
}

.feed-container .yt-alert {
  margin: 10px
}

.feed-load-more-container {
  margin: 10px;
  margin-top: 0;
  position: relative
}

.feed-load-more {
  font-size: 13px;
  width: 100%
}

.feed-load-more .spinner {
  display: none
}

.loading .feed-load-more .text {
  visibility: hidden
}

.loading .feed-load-more .spinner {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(//s.ytimg.com/yt/img/icn_loading_animated-vflff1Mjj.gif) no-repeat center;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px
}

#feed .no-recent-activity {
  text-align: center;
  font-size: 17px;
  color: #666;
  margin-top: 2em
}

#feed .yt-uix-button-calendar,
.channel-activity-feeds .yt-uix-button-calendar {
  margin-top: 5px
}

.feed-message {
  padding: 5em 0;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  color: #666
}

.feed-message .loading-spinner {
  padding: 0
}

.user-feed-filter-container {
  margin: 10px
}

.user-feed-filter {
  display: inline-block;
  *display: inline;
  margin-right: 5px;
  padding: 6px;
  font-size: 11px;
  color: #666;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.user-feed-filter.selected {
  background-color: #999;
  color: #eee
}

.user-feed-filter:hover {
  text-decoration: underline
}

.user-feed-filter:hover.selected {
  text-decoration: none
}

.suggested-channels {
  color: #666;
  text-align: center;
  margin: 10px 0
}

.suggested-channels h2 img {
  margin-bottom: 1px
}

.suggested-channels-list {
  margin: 20px 0;
  z-index: 1;
  position: relative
}

.suggested-channels-list li {
  margin-bottom: 10px;
  margin-right: 10px
}

.suggested-channels a {
  text-decoration: none
}

.suggested-channels .yt-horizontal-rule {
  z-index: 0
}

#feed-social-connect h3 {
  text-align: center;
  width: 300px;
  margin: 20px auto 10px
}

#feed-social-connect .social-service {
  overflow: hidden;
  padding: 5px;
  margin: 10px;
  border: 1px solid #eee;
  background: #f7f7f7;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-image: -moz-linear-gradient(top, #ffffff 0, #f1f1f1 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #ffffff 0, #f1f1f1 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(100%, #f1f1f1));
  background-image: -webkit-linear-gradient(top, #ffffff 0, #f1f1f1 100%);
  background-image: linear-gradient(to bottom, #ffffff 0, #f1f1f1 100%)
}

#feed-social-connect .social-service h4 {
  float: left;
  margin: 0 5px 0 0;
  font-weight: normal;
  line-height: 46px
}

.social-service .social-service-icon {
  vertical-align: middle;
  margin-right: 5px;
  background: no-repeat url(//s.ytimg.com/yt/imgbin/www-guide-vflOGhtNN.png) 0 -2430px;
  width: 46px;
  height: 46px
}

.social-service .social-service-icon.twitter {
  background-position: 0 -1419px
}

.social-service .social-service-icon.facebook {
  background-position: 0 -1700px
}

.social-service .social-service-icon.orkut {
  background-position: 0 -1814px
}

.social-service .social-service-buttons {
  text-align: right;
  line-height: 46px;
  margin-right: 7px
}

.social-service-buttons .social-service-status {
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  *zoom: 1;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.social-service .social-service-buttons button {
  float: right;
  margin: 7px 0 7px 3px
}

.feed-item-container {
  border-bottom: 1px solid #ededed
}

.feed-item-outer {
  padding: 15px;
  padding-bottom: 5px;
  margin: 0
}

.feed-item-main {
  position: relative;
  font-size: 11px;
  min-height: 45px;
  overflow: hidden
}

.feed-item-main .feed-item-content {
  margin-left: 120px;
  margin-right: 85px
}

.feed-item-main .feed-item-content p {
  line-height: 14px
}

.feed-item-main .feed-item-content.feed-item-content-playlist-empty {
  margin-left: 0
}

.feed-item-main .feed-item-thumb {
  float: left
}

.feed-item-main .feed-item-time {
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
  line-height: 15px;
  font-size: 9px
}

.feed-item-container:hover .feed-item-main .feed-item-time.hide-on-hover {
  display: none
}

.feed-item-main .feed-item-remove {
  position: absolute;
  top: 1px;
  right: 0;
  display: none
}

.feed-item-container:hover .feed-item-main .feed-item-remove {
  display: inline
}

.feed-item-main a {
  color: inherit
}

.feed-item-main:hover a {
  color: #1c62b9
}

.feed-item-main .bull {
  font-size: 70%;
  color: #aaa;
  position: relative;
  top: -0.1em
}

.feed-item-main h4 {
  margin: 0;
  color: #333;
  font-size: 15px;
  line-height: 1.2em;
  max-height: 2.4em;
  overflow: hidden;
  *zoom: 1
}

.feed-item-main .feed-item-show-more {
  position: absolute;
  bottom: 3px;
  right: 0px
}

.feed-item-main .feed-item-show-more .yt-uix-button {
  height: 2.2em;
  padding: 0 0.2em
}

.feed-item-main .description {
  color: #999;
  max-height: 28px;
  overflow: hidden
}

.feed-item-main .metadata {
  color: #666
}

.feed-item-main .feed-item-live-metadata {
  margin-top: 5px
}

.feed-item-main .system-icon.blog {
  background: no-repeat url(//s.ytimg.com/yt/imgbin/www-guide-vflOGhtNN.png) 0 -2379px;
  width: 18px;
  height: 18px
}

.feed-item-main .system-icon.topic {
  background: no-repeat url(//s.ytimg.com/yt/imgbin/www-guide-vflOGhtNN.png) -26px -2209px;
  width: 18px;
  height: 18px
}

.feed-item-rec {
  line-height: 12px
}

.feed-item-rec-thumb {
  float: left;
  display: block;
  margin: 2px 5px 0 0
}

.feed-item-rec-reason {
  display: block;
  line-height: 12px
}

.feed-item-rec-reason-text {
  color: #999
}

.feed-item-rec:hover .feed-item-rec-reason-text {
  text-decoration: none
}

.feed-item-rec-video {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  *zoom: 1;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.feed-item-target .playlist-title span {
  font-size: 9px;
  color: #999;
  font-weight: normal
}

.feed-item-target .playlist-title a {
  color: #333
}

.feed-item-target .playlist-title a:hover {
  color: #1c62b9
}

.feed-item-main .feed-item-author,
.feed-item-children .feed-item-author {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em
}

.feed-item-main .feed-item-actions-line {
  margin-top: 8px;
  line-height: 18px;
  vertical-align: middle
}

.feed-item-attribution {
  line-height: 12px
}

.feed-item-attribution h4 {
  display: inline
}

.feed-item-target.playlist {
  overflow: hidden
}

.feed-item-subitem {
  margin-top: 10px
}

.feed-item-subitem .feed-item-content {
  margin-right: 0
}

.feed-item-container .playlist-visual {
  float: right;
  color: inherit;
  padding: 3px;
  margin-left: 5px;
  border: 1px solid #ccc;
  border-bottom-color: #aaa;
  text-align: right;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-image: -moz-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -ms-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #e0e0e0));
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%)
}

.feed-item-container .playlist-title {
  display: block;
  line-height: 12px;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  *zoom: 1;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.feed-item-container .playlist-visual,
.feed-item-main:hover .playlist-visual {
  text-decoration: none;
  color: inherit
}

.feed-item-container .playlist-visual .playlist-thumbs {
  display: inline-block;
  vertical-align: middle;
  line-height: 0
}

.feed-item-main .feed-item-actions-line.user {
  margin-top: 0
}

.feed-item-main .feed-item-actions-line.feed-item-live {
  width: 260px
}

.feed-item-main .subscribed-user-description {
  margin-bottom: 8px
}

.feed-item-actions-line.user .feed-item-attribution {
  line-height: 15px
}

.feed-item-actions-line.user .feed-item-owner {
  font-size: 15px;
  font-weight: bold
}

.feed-item-actions-line.user .feed-avatar-first .feed-item-owner {
  font-size: 11px;
  font-weight: normal
}

.feed-item-actions-line .yt-thumb-square-18 {
  height: 18px;
  width: 18px
}

.feed-item-actions-line .yt-thumb-square-18 img {
  height: 18px
}

.feed-item-thumb .yt-thumb-square-46 {
  margin-left: 60px;
  height: 46px;
  width: 46px
}

.feed-item-thumb .yt-thumb-square-46 img {
  height: 46px
}

.feed-item-content-playlist li {
  margin-top: 3px
}

.feed-item-content-playlist li .ux-thumb {
  float: left
}

.feed-item-content-playlist li a .title {
  display: block;
  margin-left: 40px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  *zoom: 1;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.feed-item-content-playlist li a:hover {
  text-decoration: none
}

.feed-item-content-playlist li a:hover .title {
  text-decoration: underline
}

.yt-uix-expander-collapsed .feed-item-children {
  display: none
}

.feed-item-children {
  background: #ededed;
  border-top: 1px solid #ccc;
  font-size: 11px
}

.feed-item-child {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
  line-height: 18px
}

.feed-item-child:first-child {
  border-top: 0
}

.feed-item-child .feed-item-time {
  float: left;
  font-size: 9px;
  width: 90px;
  text-align: center;
  color: #999
}

.feed-item-child .feed-item-actions-line {
  margin-left: 100px
}

.feed-item-preview .feed-item-container {
  border-bottom: none
}

.feed-item-preview .feed-item-content {
  margin-left: 60px
}

.feed-item-preview .feed-item-author .video-thumb {
  margin-left: 0
}

#subscription-manager-main {
  color: #ccc
}

#subscription-manager-main .main-column {
  margin-left: 180px
}

#subscription-manager-main .left-column {
  float: left;
  width: 180px
}

#subscription-manager-main a {
  color: #ccc
}

#subscription-manager-main h2,
#subscription-manager-main h3 {
  margin: 0
}

#subscription-manager-header {
  color: #fff;
  background-color: #212121;
  background-image: -moz-linear-gradient(top, #303030 0, #171717 100%);
  background-image: -ms-linear-gradient(top, #303030 0, #171717 100%);
  background-image: -o-linear-gradient(top, #303030 0, #171717 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #303030), color-stop(100%, #171717));
  background-image: -webkit-linear-gradient(top, #303030 0, #171717 100%);
  background-image: linear-gradient(to bottom, #303030 0, #171717 100%);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0
}

#subscription-manager-header h2 {
  padding: 0 20px;
  line-height: 50px
}

#subscription-manager-back {
  line-height: 50px
}

#subscription-manager-back button {
  margin: 0 10px;
  width: 180px
}

#subscription-manager {
  padding: 20px;
  background: #1f1f1f;
  min-height: 700px
}

#subscription-manager>h3 {
  margin-bottom: 10px
}

#subscription-manager .subscription-item {
  line-height: 46px;
  padding: 5px;
  color: #999;
  overflow: hidden
}

#subscription-manager .subscription-item.odd {
  background: #242424
}

#subscription-manager .subscription-item:hover,
#subscription-manager .subscription-item.odd:hover {
  color: #fff;
  background-color: #343434;
  cursor: pointer
}

#subscription-manager .subscription-item>h3 {
  float: left;
  width: 450px
}

#subscription-manager .subscription-item .ux-thumb {
  float: left;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0
}

#subscription-manager .subscription-item .subscription-title-container {
  margin-left: 56px;
  display: block
}

#subscription-manager .subscription-item .subscription-title {
  display: inline-block;
  line-height: 1.2em;
  font-weight: normal;
  vertical-align: middle
}

#subscription-manager .subscription-item:hover a {
  text-decoration: underline
}

#subscription-manager .subscription-item .subscription-options {
  margin-left: 500px;
  text-align: right
}

#subscription-manager .subscription-pin {
  margin: 0 20px;
  line-height: 46px;
  display: none;
  vertical-align: middle;
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

#subscription-manager .pinned .subscription-pin,
#subscription-manager .can-pin-more .subscription-pin {
  display: inline-block
}

#subscription-manager .unsubscribed .subscription-pin {
  display: none
}

#subscription-manager .can-pin-more .subscription-pin:hover,
#subscription-manager .pinned .subscription-pin {
  background: #666
}

#pinned-subscriptions .faux-thumb img,
#subscription-manager .subscription-pin img {
  position: absolute;
  background: no-repeat url(//s.ytimg.com/yt/imgbin/www-guide-vflOGhtNN.png) -30px -1052px;
  width: 9px;
  height: 17px
}

#subscription-manager .subscription-pin img {
  display: inline;
  top: 4px;
  left: 8px
}

#subscription-manager .can-pin-more .subscription-pin img {
  opacity: .8;
  filter: alpha(opacity=80)
}

#subscription-manager .can-pin-more .subscription-pin:hover img,
#subscription-manager .pinned .subscription-pin img {
  opacity: 1;
  filter: alpha(opacity=100)
}

#subscription-manager .empty-message,
#subscription-manager .post-note {
  text-align: center;
  padding: 20px
}

#subscription-manager .post-note {
  font-style: italic;
  text-align: center;
  color: #aaa
}

.subs-mode .yt-uix-pager {
  margin-top: 20px
}

#subscription-manager-sidebar {
  padding: 20px;
  color: #bbb
}

#subscription-manager-sidebar h3 {
  margin-bottom: 10px
}

#subscription-manager-sidebar p {
  margin-bottom: 20px;
  color: #666
}

#subscription-manager-sidebar .empty {
  font-style: italic;
  text-align: center
}

#friends-promo {
  padding: 10px;
  background: #1b1b1b;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 0 3px #111 inset;
  -ms-box-shadow: 0 0 3px #111 inset;
  -webkit-box-shadow: 0 0 3px #111 inset;
  box-shadow: 0 0 3px #111 inset;
  margin-bottom: 20px
}

#friends-promo p {
  margin-bottom: 5px
}

#friends-promo p.subscribe {
  margin-bottom: 0;
  text-align: right
}

#pinned-subscriptions li {
  margin-bottom: 10px
}

#pinned-subscriptions .faux-thumb {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #333;
  position: relative
}

#pinned-subscriptions .faux-thumb img {
  top: 6px;
  left: 10px
}

#pinned-subscriptions .placeholder-subscription {
  color: #666;
  font-style: italic
}

#sort-button {
  float: right;
  position: relative;
  top: 10px
}

.friends-header {
  line-height: 50px;
  position: relative;
  top: -10px
}

.subscription-manager .branded-page-header-title {
  line-height: 44px;
  padding: 0 15px
}

.subscription-manager .branded-page-v2-primary-col {
  width: 790px
}

.exp-new-site-width .subscription-manager .branded-page-v2-primary-col {
  width: 823px
}

.subscription-manager .branded-page-v2-secondary-col {
  display: none
}

.branded-page-v2-primary-col .branded-page-v2-body {
  width: 790px
}

.exp-new-site-width .branded-page-v2-primary-col .branded-page-v2-body {
  width: 823px
}

#subscription-manager-container {
  padding: 0 28px 20px 28px;
  min-height: 300px
}

#subscription-manager-container .subscription-item {
  line-height: 46px;
  color: #999;
  overflow: hidden;
  margin: 6px 0
}

#subscription-manager-container .subscription-item.even {
  background: #f8f8f8
}

#subscription-manager-container .subscription-item .subscription-title-container {
  float: left;
  width: 450px
}

.exp-new-site-width #subscription-manager-container .subscription-item .subscription-title-container {
  width: 483px
}

#subscription-manager-container .subscription-item .subscription-title-container a {
  color: #666;
  font-weight: bold
}

#subscription-manager-container .subscription-item .subscription-thumb {
  float: left;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-right: 10px
}

#subscription-manager-container .subscription-item .subscription-title {
  display: inline-block;
  line-height: 1.2em;
  font-weight: normal;
  vertical-align: middle
}

#subscription-manager-container .subscription-item a:hover .subscription-title {
  text-decoration: underline;
  color: #1c62b9
}

#subscription-manager-container .subscription-item .subscription-options {
  margin-left: 450px
}

.exp-new-site-width #subscription-manager-container .subscription-item .subscription-options {
  margin-left: 483px
}

#subscription-manager-container .subscription-control {
  margin: 0 5px;
  line-height: 46px;
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

#subscription-manager-container .subscription-email img {
  position: absolute;
  top: -1px;
  left: -2px;
  background: no-repeat url(//s.ytimg.com/yt/imgbin/www-guide-vflOGhtNN.png) 0 -1598px;
  width: 27px;
  height: 24px
}

#subscription-manager-container .subscription-email.yt-uix-button-toggled img {
  background: no-repeat url(//s.ytimg.com/yt/imgbin/www-guide-vflOGhtNN.png) 0 -2762px;
  width: 27px;
  height: 24px
}

#subscription-manager-container .subscription-uploads-only img {
  position: absolute;
  top: 5px;
  left: 1px;
  background: no-repeat url(//s.ytimg.com/yt/imgbin/www-guide-vflOGhtNN.png) -25px -1507px;
  width: 21px;
  height: 14px
}

#subscription-manager-container .subscription-uploads-only.yt-uix-button-toggled img {
  background: no-repeat url(//s.ytimg.com/yt/imgbin/www-guide-vflOGhtNN.png) 0 -419px;
  width: 21px;
  height: 14px
}

#subscription-manager-container .subscription-item .subscription-button {
  float: right;
  margin-right: 10px
}

#subscription-manager-container .yt-uix-pager {
  margin-top: 20px
}

#subscription-manager-container .subscription-count {
  color: #666
}

#subscription-manager-container .empty-message {
  text-align: center;
  padding: 20px;
  font-size: 20px
}