@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);



/* Changes background color and border for bookmarks toolbar */

#bookmarksBarContent {

 background: green !important;

 border: 1px solid !important;

}