/*
 ______________________________________________________________________
|                  |                                                   |
|          Title:  |  Compress Awesome Bar on Firefox 3                |
|    Description:  |  Show more results, in less screen space          |
|         Author:  |  -=Ben=-                                          |
|   Date Created:  |  June 16, 2008                                    |
|   Date Updated:  |  June 16, 2008                                    |
|        Version:  |  1.0.0.0                                          |
|__________________|___________________________________________________|

*/




@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);



/*Smaller Firefox 3 Awesome Bar Text, Fit more on the screen*/

.ac-comment
{
  font-size: 100%! important;
  color: #000000! important;
}

.ac-comment[selected="true"]
{
  color: #FFFFFF !important;
}

.ac-url-text
{
  font-size: 100% ! important;
  color: #000099 ! important;
}

.ac-url-text[selected="true"]
{
  color: #FFFFFF !important;
}