@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("facebook.com") {

/* THE FOLLOWING SETS THE LINE-HEIGHT FOR LEGIBILITY */
h2 {line-height: 1.2em !important;}
.datawrap {line-height: 1.5em !important;}

/* THE FOLLOWING GETS RID OF ADS */
.notifications {background: transparent !important;}
.ad_capsule {display: none !important;}
.sponsors iframe {display:none !important;}
.social_ad {display:none !important;}
.social_ad_advert {display:none !important;}

/* THE FOLLOWING FILLS IN THE ABSURD CLEFT IN THE HEADER */
#navigator {background: #3B5998 !important;}
#home_container {background: right top !important;}

/* THE FOLLOWING SETS THE FONT TO CALIBRI (thanks SKAUE) */
 *{font-family:Calibri,Tahoma, Arial, sans-serif !important;}
 div#navigator *{font-size:15px !important;}
 div#navigator .secondary_set *{font-size:13px !important;}
 div#sidebar *{font-size:12px !important;}
 div#home_main *{font-size:12px !important;}
 div#content *{font-size:12px !important;}
 div#home_sidebar *{font-size:12px !important;}


}