: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;
}

.kf-theme-scope cms-opener-50-50 h1,
.kf-theme-scope cms-opener-50-50 h2 {
  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;
}