/* Give the image 3px of space to breathe. */
.chosenImage-container .chosen-single span {
  background: none 40px center / 0px 0px no-repeat;
  padding-left: 10px;

  
}
.chosenImage-container .chosen-results li{
  background: none 20px center / 50px 50px no-repeat;
  padding: 10px 80px 48px;

  width:100%;min-height:30px;
}
.chosen-container ul.chosen-results li.highlighted {
  background-color: #E2E2E2;
  background-image: none;
  color:#000000;
}
/* Make the image fit nicely to the left of the dropdown. */
.chosenImage-container .chosen-single {
  padding-left: 2px;
}

.chosenImage-container .chosen-single span {
  background-position: left 2px;
}

/* Let the "No results match" text fill the whole width. */
.chosenImage-container .chosen-results .no-results {
  padding-left: inherit;
}

.navbar {border:none;}
