/*
 _______________________________________________________________________
|                  |                                                    |
|          Title:  |  Googlebar Lite Expander
|    Description:  |  Prevents the last search word button of Googlebar
|                  |  Lite from collapsing.  Only works to a point.
|         Author:  |  loosenut                                          
|   Date Created:  |  May 13, 2009
|   Last Updated:  |  May 13, 2009
|        Version:  |  1.0.0.0
|__________________|____________________________________________________|

*/
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

.GBL-TB-SearchWordButton:last-child
{
  visibility: visible !important;
}