:root {
--cb-color-primary: #00776a;
}

.ultimate-renderer-scope h1,
.ultimate-renderer-scope h2,
.ultimate-renderer-scope h3,
.ultimate-renderer-scope h4,
.ultimate-renderer-scope h5,
.ultimate-renderer-scope h6 {
  color: #8c815f !important;
}

cms-opener-50-50 h1.cms-header,
cms-opener-50-50 h2.cms-sub-header {
  color: var(--color-background-stage-contrast)  !important;
}

img.responsive-img {
  width: auto !important;
}

table tbody th {
  background-color: #d9d9d9 !important;
}

table tbody tr:nth-child(odd) {
  background-color: #faf7f0 !important;
}

a.navigate-to-portal {
   background-color: #8c815f !important;
}