@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* http://userstyles.org/styles/59664 */

/* default */
#personal-bookmarks
  {
  /*
  min-height: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  */
  }
  
#personal-bookmarks toolbarbutton.bookmark-item
  {
  -moz-appearance: none !important;  /* standard: "toolbarbutton" which may have big borders/margins/paddings */
  /*
  margin: 4px 3px 4px 3px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  border: 0px none !important;
  border-left-width: 0px !important;
  */
  }

/* try to detect linux, then we can usually compress even more,
   use only for workarounds,
   should better be defined portable, because we can have different themes, too
*/
window[stylish-platform="Linux"] .bookmark-item,
window[aios-appOS="Linux"] .bookmark-item
  {
  /*
  margin: 0px -5px 0px -3px !important;
  padding: 0px !important;
  */
  }
