.orangeBackground, .orangeBackground td, .crm-content-block td:has(div.orangeBackground) {
  background: #ff9263 !important;
}

.orangeBackground .crm-aircraft-form-block- {
  word-break: auto-phrase;
}

body[class*='page-civicrm-report-'] #crm-container table.report-layout .row-red td {
  background: #FC5353 !important;
}
body[class*='page-civicrm-report-'] #crm-container table.report-layout .row-amber td {
  background-color: #FFFCA1 !important;
}

body[class*='page-civicrm-report-'] #crm-container table.report-layout .row-green td {
  background-color: #A0FAB1 !important;
}

.member-full-plus {
  background-color: #ffe134 !important;
}

.member-expired {
  background-color: #ff3827 !important;
}
.summary-totals {
  margin: 5px;
  border: 2px solid Black;
  horizontal-align: center;
  width: auto;
  background: Grey;
}

.summary-totals>label {
  display: inline;
  color: White;
  font-weight: bold !important;
  margin: 2px 40px;
}

.page-civicrm-contact-add .crm-container .crm-form-block.crm-form-block>.crm-submit-buttons:nth-child(3) {
  display: block;
}
