/* BETTER FOX 

By bogas04 (bogas04.deviantart.com) */


@-moz-document url("about:blank") 
{ 

/*Following is the Gmail Fix*/ 
body:empty:not([style]):not([text]):not([class]):not([onresize]) 
{ 
background: 
url("http://people.mozilla.com/~faaborg/files/shiretoko/firefoxIcon/firefox-512.png") !important; 

margin: 0px !important;
background-color: #EFEFFE !important; 
background-position: center!important; 
background-attachment: fixed!important; 
background-repeat: no-repeat !important; 

} 

} 

/*Smaller Firefox 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;
} 

/* Remove the Bookmark star */
#star-button 
{
  display: none !important; 
}

/* Remove live feed icon in Address url toolbar */

#feed-button 
{
  display: none !important;
}

/* ----Slims down tabs---- */

.tabbrowser-tabs {margin-top:-2px !important; margin-bottom:-2px !important;}

.tabbrowser-tab {margin-top:2px !important;}

/* ----Makes rounder corners on tabs---- */

 tab {-moz-border-radius-topleft: 7px !important;

     -moz-border-radius-topright: 7px !important;}
