<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.crm-section .label label, .crm-section .content, .event-info .crm-section .content, .crm-section .content label, #crm-container.crm-public .content, #crm-container .messages, #crm-container table {
  color: #404040;
  font-family: "Source Sans Pro","Helvetica","Arial","Liberation Sans","sans-serif";
  font-size: 1rem;
  line-height: 1.4;
}

#crm-container .button, #crm-container .crm-form-submit {
  font-family: "Source Sans Pro","Helvetica","Arial","Liberation Sans","sans-serif";
  font-size: 1rem;
  line-height: 1.4;
}

input.crm-form-checkbox {
  margin-right: 10px;
}

.crm-container .crm-profile-tagsandgroups {
  width: 50%;
}

.crm-container .crm-select2 {
  width: 50%;
}

.crm-container .crm-section .label {
  width: 35%;
  padding-right: 0px;
  text-align: left;
}

.contribution_footer_text-section {
  margin-top: 5%;
}

.crm-section .label label, .crm-section .label {
  text-transform: none;
}

#crm-container legend {
  font-family: "Source Sans Pro","Helvetica","Arial","Liberation Sans","sans-serif";
  font-size: 1rem;
  line-height: 1.4;
}

#crm-container .crm-form-submit, #crm-container .cancel {
  font-family: "Graphik","Helvetica","Arial","Liberation Sans",sans-serif;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  border: 2px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  padding: .75rem 1rem;
  color: #202f6b;
  border-color: #202f6b;
  text-shadow: none;
}

#crm-container .crm-form-submit:hover, #crm-container .cancel:hover {
  border-color: #fff;
  color: #fff;
  background: #202f6b;
  text-shadow: none;
}

#priceset .label {
  width: 100%;
  float: none;
}

#priceset .contribution_amount-content, .other_amount-content {
/*  text-align: center;  */
}

#priceset .crm-section .content, .crm-container .crm-section.is_recur-section .content, .crm-container .crm-section.soft_credit_type_id-section .content {
  margin-left: 0;
}

#crm-container .other_amount-content input {
  width: 50%;
}

#crm-container .is_recur-section {
  padding-top: 2%;
}

#crm-container .is_recur-section .label {
  width: 0px;
}
</pre></body></html>