/* ----------------------- */
/*     Facebook cleaner    */
/* ----------------------- */

/*

    Made by s4nji
  Licensed to : Creative Commons BY-NC-ND

  NO COMMERCIAL USE    -  You may not use this work for commercial purposes. 
  NO DERIVATIVE WORKS  -  You may not alter, transform, or build upon this work. 
  ATTRIBUTION          -  You must attribute facebook Cleaner to s4nji (with link).
  ATTRIBUTION link     :  http://www.s4nji-blog.com

*/

@-moz-document domain('facebook.com') {

/* Ads Removal */
/* ----------------*/
iframe[src*="ads"], iframe[src*="applifier"], iframe[width="735"], iframe[name^="fb_iframe"], .fb_protected_wrapper + center, .UIStandardFrame_SidebarAds .ego_section, .fbEmuEgoUnit, .fbEmuEgoUnitFirst, .phs > .ego_unit > div.fbEmuEgo[class*='fbEmuBlock'], #pagelet_current + #pagelet_ego_pane_m {
display:none !important; }

#sidebar_ads, #pagelet_ads, #pagelet_adbox, #ego_pane, #pagelet_netego_lower, #pagelet_netego_ads, .adsCell {
display:none !important; }

.right_column {
float:left !important;
padding-left: 20px !important; }


/* New Facebook Photos & Things Removal */
/* ------------------------------------------------------ */
#pagelet_photo_bar, .relationshipSection, #pagelet_netego {
display:none !important; }
}