@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


#search-container {
  margin: 0 1px 0 0 !important;
  padding: 0 !important;
}
/* Remove padding and margins: */
#search-container .searchbar-textbox, #search-container .textbox-input-box {
  margin: 0 !important;
  padding: 0 !important;
}

/* Remove Paddings from DropMarker */
#search-container .searchbar-dropmarker {
  margin: 1px 0 0 1px !important;
  padding: 0 !important;
}

/* Make width automatic */
#search-container * {
  width: auto !important;

}
 
#search-container  .textbox-input-box {
  width: 250px !important;  /*ADJUST HERE SIZE OF THE SEARCHBAR*/
}

#search-container  .searchbar-textbox {
  font-family: calibri !important;
  font-size: 11pt !important;
  margin-left: -2px !important;
  background-color: -moz-field !important;
  -moz-border-radius: 10px !important;
 border: 1px solid black !important;
  color:  black !important;      /* Put here the color of the font of searchbar*/
}

.searchbar-textbox .autocomplete-textbox-container {
  -moz-appearance: none !important;
  background-color: white !important;  /* Put here the color of the background of searchbar*/
  -moz-border-radius: 10px !important;
}

/** This quit the dropmarker  **********/
.flyout-dropmarker {
  display: none !important;
}  