/* Give the image 3px of space to breathe. */
.chosenImage-container .chosen-results li,
.chosenImage-container .chosen-single span {
  background: none 3px center / 19px 19px no-repeat;
  padding-left: 28px;
}

/* Make the image fit nicely to the left of the dropdown. */
.chosenImage-container .chosen-single {
  padding: 0px 38px;
  height: 50px;
  line-height: 50px;
}

.chosenImage-container .chosen-single span {
  background-position: left 15px;
}

.chosenImage-container .chosen-single b {
  margin-top: 15px;
}

/* Let the "No results match" text fill the whole width. */
.chosenImage-container .chosen-results .no-results {
  padding-left: inherit;
}

.chosenImage-container .chosen-results {

}

.chosenImage-container .chosen-results li {
  padding: 0px 62px;
  height: 50px;
  line-height: 50px;
  background-position: 34px 15px;
}
