.section {
  color: #3b3b3b;
}
.section a {
  color: #1f7ec2;
  text-decoration: none;
}
.section a:hover:not(.button-component):not(.button-cancel-component):not(.sml) {
  text-decoration: underline !important;
}
#section table.content-table.borders {
  border: 1px solid #f08d2a;
}
#section table.content-table.borders td {
  border: 1px solid #f08d2a;
}
#section table.content-table.borders th {
  border: 1px solid #f08d2a;
}
#section table.content-table.colors th {
  color: #3b3b3b;
  background-color: #94c5e2;
}
#section table.content-table.colors th a:not(.button-component) {
  color: #f08d2a;
}
#section table.content-table.colors td {
  color: #3b3b3b;
  background-color: #d5ecfa;
}
#section table.content-table.colors td a:not(.button-component) {
  color: #f08d2a;
}
#section table.content-table tr a img {
  /* Causes the removal of empty space below images in a link */
  vertical-align: middle;
}
.section b h1,
.section b h2,
.section b h3 {
  font-weight: inherit;
}
.section h1 {
  color: #3b3b3b;
}
.section h1 a,
.section a h1 {
  color: #1f7ec2;
}
.section h2 {
  color: #1f7ec2;
}
.section h2 a,
.section a h2 {
  color: #1f7ec2;
}
.section h3 {
  color: #3b3b3b;
}
.section h3 a,
.section a h3 {
  color: #1f7ec2;
}
.section .borderColor {
  border-color: #f08d2a;
}
