.chosen-container { width: 100% !important; }

.chosen-container .chosen-results { 
margin-left: -5px; 
clear: both; 
}

.chosen-container-single .chosen-search input[type=text] {
    float:none;
}

.chosen-container-single .chosen-search {
    overflow:hidden;
}

.chosen-results {
  min-width: 1px;
  max-height: 82px;  
}

