/* CR-424 02/05/23  making 'add a donation' more obvious */
.checkout .paymentPage .basket .basketContent .addDonation h3{
color: #ff782b;
font-weight: 700;
font-size: 1.3rem;
}

.header-search button {
   background-color: #2c71ac!important;
}
.header-search button:hover {
    background-color: #276498!important;
}

/* Important - copied from old design */
body:not(.userLoggedIn) .menuMain ul li#menu2594a1ef-98b2-4111-b3e3-a929b4307219 {
    display: none;
}

body.staff img.mediaImage {
  width: 150px;
  height: auto;
}

/* SF#65819132 SA  - focus Accessibility issue*/
input#siteSearch,
select.goog-te-combo {
  &:focus {
      outline: 2px solid #d34602;
  }
}
.formQuestion.donationAmount.donationAmountOther {
    padding: 2px !Important;
}

/* SF#66636369 SA - Hide test ticket from an event */
body.event-sen-law-conference-book-your-tickets tr.itemRow.row69610f41-4866-49ec-a317-5868eb0822e8.shopAltRow {
    display: none;
}

.homeFeedBox2 h3.feedsTitle {
  display: none !important;
}

/* SF 67447374 CC*/
@media (max-width: 768px) {
    body {
        font-size: .9rem;
    }
}

td {
  border-top: 1px solid black !important;
}

/* SF69063090 CC*/

table {
  border-color: black !important;
}