﻿/* 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-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;
}

.phonenumber_wrap .chosenImage-container .chosen-results li,
.phonenumber_wrap .chosenImage-container .chosen-single span {
    background: none 3px center / 30px 20px no-repeat;
    padding-left: 40px;
}