body, html {
background-color: transparent;
}
.payment-component-wrapper .method-wrapper {
background: transparent !important;
}
button.button.grey, a.button.grey {
background: #DB0007;
color: #FFFDE9;
}
.non-touch button.button:hover, .non-touch button.button:active, .non-touch a.button:hover, .non-touch a.button:active {
color: #FFFDE9;
background: #91187D;
}
button.button:focus, button.button:focus-visible, a.button:focus, a.button:focus-visible {
box-shadow: none;
}
label {
font-size: 18px;
}
.checkboxbutton-wrapper label {
color: #000000;
}
input[type="radio"] + label {
color: #000000;
}
.event-list-wrapper {
background: transparent;
}
.event-list-wrapper .event-list .event {
background: #fffde9;
  border-radius: .5rem ;
  
}
.widget-header.widget {
background: transparent;
}
.widget-header.widget h1 {
font-weight: bold;
}
body.event-donation .callout {
background: transparent;
}
.callout {
background-color: transparent;
}
