@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(facebook.com)

{
  .UIRooster_Content
    {
    display: none !important;
    }

  .UIContextualFlag_Container.UIContextualFlag_HasSideArrow
    {
    display: none !important;
    }

  .UIContextualFlag_Container
    {
    display: none !important;
    }

/**************************************/
/* This part removes some white space */
/* that showed up when removing       */
/* .UIRooster_Content                 */
/**************************************/

  .UIRooster_Container
    {
    display: none !important;
    }

/**************************************/
/* This part removes the new fb       */
/* preview bar                        */
/**************************************/

  .fbnew_preview_bar
    {
    display: none !important;
    }

}