/*
 * Youtube - Hide Feedback Button
 *
 * Author      : Karl
 * Website     : http://userstyles.org/users/58907
 * Description : Hides the Feedback Button on the "beta" look of youtube.
 * Usage       : Use with the Stylish Firefox extension (http://userstyles.org/) or copy to your Firefox userContent.css file
 */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("youtube.com") {

.watch6-feedback, #yt-feedback.yt-alert div.yt-alert-content {display:none !important;}

}