@-moz-document url-prefix(http://www.youtube.com/watch)
{ /* Hide youtube comments, and makes it fit on one page (1280x1024 screen res, with 4 Firefox toolbars panels) */

	.attentionBox
	{
		display:none !important;
	}
	
	#baseDiv
	{
		margin-top:0px;
	}
	
	#leaderboardAd
	{	
		display:none !important;
	}
	
	#commentsDiv
	{ /* Hide comments \o/ */
		display:none !important;
	}
	
	#exploreBody,#exploreDiv
	{ /* makes "realted videos" shorter, to prevent scroll bars */ 
		height: 305px !important;
	}
	.exploreContent
	{ /* Stuff inside related videos (the content) */
		height:263px !important;
	}
	
	#dVidsDiv
	{ /* Makes the "directors videos" go in as scrolling box, to make the page fit without scrolling */
		height: 517px !important;
		margin-bottom: 10px !important;
		width:125px !important; /* Needs to be slightly wider than normal to accomidate the scrollbar */
		overflow: auto !important; /* Makes the panel scroll */
	}
	
	#footCopyright
	{ /* Copyright notice (Makes page scroll unnessiarily) */
		display:none !important;
	}
	
	#aboutVidDiv
	{/* Stops the video-info box screwing up the layout */
		height:150px !important;
		margin-bottom:12px !important;
		overflow:auto;
	}
	
	#footerDiv
	{
		padding-bottom: 0px !important;
		padding-top: 0px !important;
	}
	
	#footPromoTextRight,#footPromoAssetRight,#footPromoDiv
	{
		display:none !important;
	}
}