/* Remove language suggestion box from YouTube
Last update: November 2010
originally from http://userstyles.org/styles/40396 */
@-moz-document domain("www.youtube.com") {
#default-language-box { display:none !important; }
}