@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://youtube.com/watch), url-prefix(http://www.youtube.com/watch) {
	#masthead, #watch-ratings-views, #watch-video-quality-setting, #watch-main-area, #watch-comments-stats, #watch-channel-vids-div, #watch-other-vids, #watch-active-sharing, #watch-video-response, #footer, #copyright, #chrome-promo, #watch-this-vid-info, #watch-longform-buttons {
		display: none !important;
	}
	/* Video Page Formatting */
	#baseDiv {
		padding: 0 !important;
		margin: 0 !important;
		width: 100% !important;
	}
	/* White Background with Black Text*/
	body {
		background: #111 !important;
		color: #DDD !important;
	}
	/* Player size and position */
	#movie_player {
		margin: 12px auto 0 100px !important;
		width: 960px !important;
		height: 600px !important;
	}
	/* Format Video Title */
	div>h1 {
		text-align: center !important;
		font: bold small-caps normal 16pt "Segoe UI" !important;
		color: #DDD !important;
		letter-spacing: 0.03em !important;
		padding: 3px !important;
		margin: 12px auto auto 100px !important;
		width: 960px !important;
	}
}