/* Protohaven Specific Overrides */

/* Remove unneccesary fields from reservation form */
.reservation-section#reservation-title-section {
    display: none;
}
.reservation-section#reservation-details-section {
  display: none;
}
.reservation-section#reservation-participants-section{
  display: none;
}

/* Remove unneccesary fields from registration form */
.col-md#reg-organization{
  display: none;
}
.col-md#reg-position{
  display: none;
}
.col-md#reg-timezone{
  display: none;
}
.col-md#reg-default-page{
  display: none;
}
