/*
 * Do not remove the @namespace line -- it's required for correct functioning
 */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */

/* Change color of active tab */
tab{
   -moz-appearance: none !important;
}
tab[selected="true"] {
   color: black !important;
}

/* Change color of normal tabs */
tab:not([selected="true"]) {
   color: gray !important;
}


/* Make the Search box wider */
 #search-container, #searchbar {
   -moz-box-flex: 250 !important;
}
