#crm-recently-viewed a, .crm-container a, .crm-container a:link, .crm-container a:visited {
    color: #86150f;
    text-decoration: none;
}
#site-name a {
    font-family: "Book Antiqua";
}

/* to add a left sidebar using the admin theme's help region */
body.page-civicrm main.page-content.clearfix {
  display: flex;
  flex-direction: row;
}

body.page-civicrm #block-claro-recentitems {
  width: 250px;
  padding-right: 20px;
}

body.page-civicrm .region-content {
  flex-grow: 1;
}
/* end left sidebar */

label[for="member_rate_sql_id"]:after {
    content: "*Required* ";
    color: #8A1F11;
    font-weight: bold
}

label[for="member_rate_sql_id"],select#member_rate_sql_id {
    background: #FFFFCC;
    border: 1px solid #8A1F11;
}

select#contribution_status_id,tr.crm-contribution-form-block-contribution_status_id:after {
    content: "Charge to commons payments must be set to status = Pending, *not* Completed, if they are to be paid by the next bench bill";
    background: #ffffb1;
    padding: 2px;
}
