@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* http://userstyles.org/styles/17664 */

/*

some sites have bigger favicons, which disturbs the tab bar

*/

.tab-icon
  {
  max-width:  20px !important;
  max-height: 20px !important;
  margin: 0px 3px !important;
  }

