/* 
 *  Author: 	Tim Wright
 *  Created:	11/04/06
 *  Version:	2.10
 *  Last Updated:   2016 August 11
 *
 *  Facebook changed their ad-block methodologies. I've updated to block their
 *  new ad-block-blocking changes.
 *
 */ 
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("facebook.com") {

.ego_column { display: none !important; }

div[data-ft*=",\"ei\":"] { display: none !important; }
iframe.fbEmuTracking  { display: none !important; }
div[data-xt-vimpr="1"] { display: none !important; }

}