@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#tabbrowser-tabs .tabbrowser-tab:not([selected]):not([pinned]):hover,
#tabbrowser-tabs .tabbrowser-tab[selected]:not([pinned]) {
min-width: 150px !important;
max-width: 200px !important;
}

#tabbrowser-tabs .tabbrowser-tab:not([selected]):not([pinned]) {
min-width: 16px !important;
max-width: 34px !important;
}

#tabbrowser-tabs .tabbrowser-tab:not([selected]):not(:hover) .tab-close-button {
display:none !important;
}

#tabbrowser-tabs .tabbrowser-tab:not([pinned]):hover .tab-close-button {
display:none !important;
}

#tabbrowser-tabs .tabbrowser-tab[selected]:not(:hover) .tab-close-button {
display:none !important;
}

@-moz-document url(chrome://browser/content/browser.xul) 
{
tab .tab-icon-image
{
   margin-left: 6px !important;
   margin-right: 6px !important;
}
}