/* From global.css */

.activityName {
  text-align: right;
  width: 200px;
}

.perQuantity, 
.SingleQuantity {
  clear: both;
  display: none;
  padding-left: 80px;
}
.perQuantity, 
.eventQuantity, 
.perQuantityAdded {
  overflow: hidden;
  min-height: 40px;
}

.perQuantityAdded {
  clear: both;
  padding-left: 80px;
}

.showActivity .SingleQuantity, 
.showActivity .perQuantity {
  display: block;
}

li.designationItem b {
  vertical-align: middle;
}

label[for="IsDiscount"] {
  font-size: medium;
  font-weight: bold;
  width: 25em;
}

.bold { 
  font-weight: bold;
}
  
/* Event */

select[name$="AttendeesGraduationYear"],
label[for$="AttendeesGraduationYear"],
label[htmlFor$="AttendeesGraduationYear"] {
  display: none;
}

select[name$="AttendeesSchool"],
label[for$="AttendeesSchool"],
label[htmlFor$="AttendeesSchool"] {
  display: none;
}

input[name$="AttendeesDegree"],
label[for$="AttendeesDegree"],
label[htmlFor$="AttendeesDegree"] {
  display: none;
}

select[name$="AttendeesGraduationYearDayTwo"],
label[for$="AttendeesGraduationYearDayTwo"],
label[htmlFor$="AttendeesGraduationYearDayTwo"] {
  display: none;
}

select[name$="AttendeesSchoolDayTwo"],
label[for$="AttendeesSchoolDayTwo"],
label[htmlFor$="AttendeesSchoolDayTwo"] {
  display: none;
}

input[name$="AttendeesDegreeDayTwo"],
label[for$="AttendeesDegreeDayTwo"],
label[htmlFor$="AttendeesDegreeDayTwo"] {
  display: none;
}

@media (min-width: 801px) {
  
  .ActivityList ul {
    padding-bottom: 0;
  }

}