@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("groups.google.com") {

/* applies font to all generic HTML tags */
html,
body,
span,
div,
td,
br,
input,
font,
button,
select,
option {
font: 9pt Tahoma !important;
}
	
/* specifies width of web search results column */
td.j {
width: 75% !important;
}

#inbdy {
margin: 0;
padding: 0;
direction: rtl !important;
line-height: 18pt !important;
}

textarea {
direction: rtl !important;
text-align: right !important;
padding: 5px !important;
line-height: 15pt !important;
}

}
	
@-moz-document domain(mail.google.com) {

/* corrects navigation column width in gmail */
#nav {
width: 150px !important;
}
#co {
margin-left: 150px !important;
}

}