/* Banner header background color */
#navHeaderMain {
    background-color: #F7EFE8;
}

/* Hides "professor" and "professor estrangeiro" lines on main pricing table */
#valoresAccordion_1 > .accordion-body > table tbody tr:first-child,
#valoresAccordion_1 > .accordion-body > table tbody tr:nth-child(2) {
    display: none;
}

/* Hides the "Acompanhamento Cirúrgico" header from surgery activity accordion, and always displays its content */
#headerAtvAccordion_1 {
  display: none;
}
#valoresAtvAccordion_1 {
  display: block;
}

/* Hides the "Drink com Experts" header from drink activity accordion, and always displays its content */
#headerAtvAccordion_2 {
  display: none;
}
#valoresAtvAccordion_2 {
  display: block;
}

/* Fully hides "não desejo adquirir" option from Drink with Experts table */
#headerAtvAccordion_3 {
  display: none;
}

/* Fully hides "não desejo adquirir" option from Gala Dinner table */
#headerAtvAccordion_7 {
  display: none;
}
