@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("facebook.com") {

/***FILTER LIST***/

#home_filter_list{
  width:750px !important;
  height:auto !important;
  clear:both !important;
}
.UIFilterList{
  float:left !important;
  clear:none !important;
  width:100% !important;
}

.UIFilterList_List{
  clear:both !important;
  padding-bottom:1px !important;
}

.UIMutableFilterList_Toggle{
  clear:both !important;
  text-align:center !important;
}

.UIMutableFilterList_Arrow{
  margin-left:0 !important;
  margin-top:26px !important;
}

.UIFilterList_Item{
  float:left !important;
  clear:none !important;
  height:26px !important;
  width:114px !important;
  overflow:hidden !important;
  margin:3px 3px 3px !important;
  border:none !important;
}

.UIFilterList_Item a{
  border:none !important;
}

/***STREAM***/
#home_stream{
  margin:0 !important;
  padding:0 !important;
  width:750px !important;
  margin-top:0 !important;
  clear:both !important;
}
.UIComposer_TextArea{
  min-height:42px !important;
}

/***HIGHTLIGHTS***/
#home_sidebar{
  width:170px !important;
  float:right !important;
}
#home_sidebar .UIMediaItem{
  display:none !important;
}
/* Reduce hightlights to 5 stories */
.UIHomeBox {
 max-height:310px;/* 5 stories * 50px (story height aprox.)*/
}
/* Hide ad, usually from Facebook and "Connect with friends" */
.emu_ad, #home_sponsor_nile,.UIConnectWithFriends {
  display:none;
}

}