@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* DELETE THIS LINES to show buttons */
.tabscope-back, .tabscope-forward, .tabscope-reload, .tabscope-stop, .tabscope-zoom, .tabscope-close {
display: none !important;
}
/* END OF THE LINE */

.tabscope-label {
font-size: 10px !important;
font-weight: bold !important;
color: #eeeeee !important;
text-shadow: 1px 1px 0 rgb(0, 0, 0) !important;
font-weight: bold !important;
display: block;
}

.tabscope {
-moz-appearance: none !important;
/* Delete this line to use those buttons --> */ margin-top: 3px !important;
margin-left: 3px !important;
background: rgba(51, 51, 51, 0.8) !important;
padding: 6px !important;
-moz-border-radius: 7px !important;
}