.wc-component h1,
.wc-component h2,
.wc-component h3,
.wc-component h4,
.wc-component h5,
.wc-component h6 {
  color: #8c815f !important;
}

h1.cms-header,
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;
}