/* this hides the 'selection details' section below the guest list */
#meal-desc {
  display: none;
}
/* this changes the font size of 'make a selection' for the selection
drop down for individual and sponsor guests*/
.meal_dropdown.individual_meal, 
.meal_dropdown.sponsor_meal {
   font-size: 12px;
}