#selectionCountry .chosen-single {
  background: transparent;
  background-color: white;
  padding: 7px 15px;
  height: 39px;
  text-align: left;
}
#selectionCountry .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(chosen-sprite.png) no-repeat 0px 10px;
}
#selectionCountry .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 10px;
}
#selectionCountry li.active-result {
  text-align: left;
}
#selectionCountry .chosen-container .chosen-results li.highlighted {
  background-color: #f2f2f2;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f2f2f2), color-stop(90%, #f2f2f2));
  background-image: linear-gradient(#f2f2f2 20%, #f2f2f2 90%);
  color: #000;
  font-weight: 600;
}
#selectionCountry select#select-beast option:selected { font-weight: bold; }