/* First line of userChrome.css must be this: */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

.tab-background[selected="true"] {

 background-color:#87cefa !important;
 color:#333333;

}
tab[selected="true"] {

 color:#333333 !important;
 font-weight:bold !important;

}
tab:not([selected="true"]) {

background:#3399cc !important;
color:black !important;

}
tab:not([selected="true"]):hover {

background:#6699aa !important;
color:black !important;

}

/* *********************************************************************************** */

#menu_unsortedBookmarks { display: none !important; }
#bookmarksToolbarFolderMenu { display: none !important; }

#menu_bookmarkThisPage  { display: none !important; }

#bookmarksShowAll { display: none !important; }

#bookmarksToolbarSeparator { display: none !important; }

#bookmarksMenuItemsSeparator { display: none !important; }

/* #menuitem[label="Show All Bookmarks"]  { display: none !important; } */

/* *********************************************************************************** */

/* Custom favicon for this bookmark */
.bookmark-item[label="New"] image {
    width:0!important;
    height:0!important;
    padding: 0 0 16px 16px !important;
    background:url('https://1gfo.com/images/0_blue_plus.ico')!important; 
}

/* .bookmark-item[label="9xbuddy"] image {
 *     width:0!important;
 *         height:0!important;
 *             padding: 0 0 16px 16px !important;
 *                 background:url('https://1gfo.com/images/0_globe2.ico')!important; 
 *                  } */

.bookmark-item[label="TubeOffline"] image {
    width:0!important;
    height:0!important;
    padding: 0 0 16px 16px !important;
    background:url('https://1gfo.com/images/0_globe5.ico')!important; 
}
.bookmark-item[label="FreeonesBabes"] image {
    width:0!important;
    height:0!important;
    padding: 0 0 16px 16px !important;
    background:url('https://1gfo.com/images/0_globea.ico')!important; 
}
.bookmark-item[label="Search Babes"] image {
    width:0!important;
    height:0!important;
    padding: 0 0 16px 16px !important;
    background:url('https://1gfo.com/images/0_red_plus3.ico')!important; 
}
.bookmark-item[label="___________________"] image {
    width:0!important;
    height:0!important;
    padding: 0 0 16px 16px !important;
    background:url('')!important; 
}
