/*
 * abc youtube
 *
 * Author      : Yosuke
 * Updated     : July 22th, 2009
 */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("youtube.com") {


#movie_player, #watch-this-vid * {
   
   width: 600px !important; 
   height: 470px !important;
   

}

#copyright, #masthead, #watch-longform-buttons, #watch-channel-videos-panel, #watch-related-videos-panel>*:first-child, #watch-channel-subscribe, #watch-url-div, #watch-embed-div, #watch-this-vid-info, #chrome-promo, #footer, #watch-related-videos-panel+*, #watch-channel-brand-div, #watch-channel-brand-cap, #watch-content-badges, #default-language-box, #search-pva, #translate-checkbox-span {

        display: none !important;

    }

#watch-vid-title {

   margin-top: 50px !important; 
   margin-bottom: 40px !important;
   margin-right: 0px !important; 
   font-family: Trebuchet MS;
   height: 50px !important;
   text-align: center;

}

#watch-vid-title>* {

   font-size: 28px !important;
    
}

#watch-related-discoverbox, #watch-related-vids-body, #watch-related-videos-panel {

   height: 330px !important;

   }

#watch-this-vid {

   margin-left: 10px !important;

   }

#results-main-content {

   float: none !important;
   margin: auto !important;

}

}