@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("youtube.com") {

 body #fadeGraphic,
 body #mastheadBottom,
 body #watch-channel-brand-div
  {
    display: none !important;
  }

 a
  {
    color: #ccc !important;
    border: 0 !important;
  }

 .dropdown-link a,
 .watch-tabs td
  {
    background: none !important;
  }

 .search-type div,
 .watch-tabs td
  {
    border: 0 !important;
  }

 body #searchSectionHeader,
 body .action-button .action-button-text,
 body .commentAction > a
  {
    border-color: #000000 !important;
    color: #000000 !important;
  }



 body #fyi,
 body #loginBoxZ,
 body #search-settings-form .search-setting-inner,
 body #search-advanced-form .search-setting-inner,
 body #watch-video-response,
 body .watch-comment-auth-head,
 body .watch-tabs .watch-tab-sel
  {
    background: #252C34 !important;
    border-color: #000000 !important;
  }

 body #search-settings-form,
 body #search-advanced-form,
 body #watch-actions-area,
 body #watch-comments-stats,
 body #watch-ratings-views,
 body .memberContainer,
 body .small-expand-panel,
 body .watch-more-action-share,
 body .watch-comment-pagination,
 body .watch-comment-entry,
 body .watch-sharetab-options,
 body .watch-tabs div,
 body .watch-wrapper
  {
    background: #000 !important;
    border-color: #000000 !important;
  }

 body .navSubhead,
 body .watch-comment-head,
 body .watch-comment-head-hidden
  {
    background: #333 !important;
    border: 1px solid #555 !important;
    padding: 5px !important;
  }

 body .watch-comment-head a,
 body .watch-comment-head-hidden a
  {
    border: none !important;
    color: #fff !important;
  }

 body #search-options-container
  {
    background: #333 !important;
    border: 1px solid #000 !important;
  }

 body .search-type-selected
  {
    background: #666 !important;
    border: 1px solid #000 !important;
  }


 body ul.navList,
 body .watch-comment-entry-reply
  {
    background: #222 !important;
    border: 1px solid #555 !important;
    padding: 5px !important;
  }

}