/* Tabs Bar Minimal Size  - David McRitchie (DM*)  */
/* ===================================================== */
/* companion for style 9023 - Tab Color markings active/read/unread (DM*) */
/* David McRitchie,  2008-07-25, updated 2008-07-31 @namespace  */
/* 2008-11-10 max-height 17px to work better with style 9023 color underscores*/
/* 2009-08-06 remove useless tab bar newtab button (FF 3.5) */
/* 2009-09-26 remove left and right scroll buttons appearing while 69 & 70 tabs */
/* 2011-04-14 styling for "Tab Counter" extension */
/* 2011-10-27 reduce wasted space right/left of app-tabs icon */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* Change width of tabs*  -- also requires 
   browser.tabs.tabMinWidth  set to 0 in about:config */
.tabbrowser-tabs *|tab {    
    font-size: 10px !important;
    height:    12px !important;
    min-width: 8px !important  }
/* reduce wastes space in all tabs, reduces app-tabs width by 1/3 */
.tab-icon-image {
margin-left: 1px !important;
margin-right: 1px !important; }

/* "Tab Counter" Extension  can be moved to the tab bar in Fx4.0 */
#tabcounter-toolbar-item {font-size:12px; font-weight:700 !important; 
 margin:0px !important; padding:0px 2px 0px 2px !important;background-color: yellow !important;  border:1px solid black !important;}

/* ChoGGi 2007-09-13 minimum size for tabs 
   http://userstyles.org/forum/comments.php?DiscussionID=492&page=1#Item_5 */
#content spacer,.tabs-bottom{display:none!important}
#content *{margin:0!important;padding:0 0 0 0px!important}
tab>.tab-image-middle,tab,tabs{max-height:17px!important}


/* Hide the new tab button in the tab bar   - Firefox 3.5 */
.tabs-newtab-button {display: none;}

/* Remove left and right scroll buttons which appear at 70 tabs, and disappear 
   again at 68 tabs -- tabs get smaller and will never scroll with this setup */
.scrollbutton-up, .scrollbutton-down {display: none !important;}