@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* No Go button */
#go-button-stack, .search-go-button-stack { display: none !important; }

/* No throbber */
#throbber-box { display: none !important; }

/* No magnifying glass on search box */
.search-go-button-stack { display: none !important; }

/* Combine stop/reload buttons */
/* Must have stop then reload, not reload then stop! */
#stop-button[disabled="true"] { display:none; } 
#stop-button:not([disabled]) + #reload-button { display:none; }