/*
___________________________________________________________________
|                  |                                               |
|          Title:  |  Remove (Hide) the Throbber Button            |
|    Description:  |  Hides the throbber from loading main toolbar |
|         Author:  |  -=Ben=-                                      |
|   Date Created:  |  May 27, 2008                                 |
|   Date Updated:  |  May 27, 2008                                 |
|        Version:  |  1.0.0.0                                      |
|__________________|_______________________________________________|

*/



@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

#throbber-box 
{
  display: none !important; 
}
