@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("google.com"),
domain("youtube.com"),
domain("youtube.com/index?gl=GB") {
	
	/* applies font to all generic HTML tags */
	*,
        html,
	body,
	span,
	div,
	td,
	br,
	input,
	font,
	button,
	select,
	option {
		font-family: Calibri !important;
		font-size: 10pt !important;
	}
	
	/* specifies width of web search results column */
	td.j {
		width: 75% !important;
	}
}
	
@-moz-document domain(mail.google.com) {

	/* corrects navigation column width in gmail */
	#nav {
		width: 150px !important;
	}
	#co {
		margin-left: 150px !important;
	}
}