/*
* setting a max height on the locations drop down prevent it from overflowing the
* megamenu dropdown, which can cause the form to snap shut.
*
*/

#edit_mega_location_chosen .chosen-results{
  max-height: 90px; //#100px used to be 240px...
}

#edit_mega_specialty_chosen .chosen-results{
  max-height: 140px; //#100px used to be 240px...
}
