/* this changes the background and font color of the header bars
on the ticket page */
.ticket_page_bg h2 {
   background-color: #0097A7 !important;
   color: #ffffff !important;
}
/* this changes the background color behind each ticket
and the seating request section */
#tickets, #seated {
   background-color: #ffffff !important;
}