/* landing page css */
#table-info td{
padding: 20px 5px 5px 5px !important;
color: #FFFFFF !important;
border-bottom: 3px solid #FFFFFF !important;
}
#blockA_content h2, #blockB_content h2, #blockC_content h2, #blockD_content h2{
/* removes title from all sections */
display: none !important;
}
#bidder-login{
/* add space under login info */
padding-bottom: 100px !important;
}
/* ticket page css */
/* checkout button */
.card_show_hide_link, .checkout-btn, #submitMe  {
  /* checkout buttons */
  background-color: #2e6767 !important;
}
#submitMe:hover {
  /* checkout button mouse hover */
  background-color: #1f5353 !important;
}
.subButton:hover, #stripe_submit, #click_tap_here, #card_submit {
    /* checkout button mouse hover */
  background-color: #1f5353 !important;
}
/* total amount */
#total {
  /* total amount text */
  color: #e85f2b !important;
}
#donation_amount, #seating_request {
/* donation section - add margin above donation amount box */
margin-top: 20px !important;
}
/* donation page css */
#donation_submit.checkout-btn {
  /* donation page submit button */
  background: #e85f2b !important;
  border-color:#e85f2b #e85f2b #e85f2b !important;
}
#og h1 {
/* removes standard h1 title */
display: none !important;
}
#og {
/* removes text shadow from text*/
text-shadow: none !important;
/* changes text color to white*/
color: #FFFFFF !important;
}
#bg_grad {
/* removes black linear gradient */
display: none !important;
/* changes black linear gradient to another color */
/* background-image: linear-gradient(to bottom, #eb6424 -50%, transparent 90%) !important; */
}
.donation_thank_you_text {
/* changes thank you (after donation payment) text color */
color: #FFFFFF !important;
}
/* general css */
/* a:-webkit-any-link { */
/* changes all link colors on all pages */
/* color: #6eceb2 !important; */
/* removes underline from links on all pages */
/* text-decoration: none !important; */
/* } */
• If needed,