.md-nav--primary .md-nav__title {
    display: none;
  }
  
  .md-typeset h1 {
    font-size: 2.5em;
    line-height: 1.3;
    margin: 0 0 1.25em;
  }
  
  .md-typeset h2 {
    font-size: 1.65em;
    font-weight: 500;
    line-height: 1.4;
    margin: 1.25em 0 .64em;
  }
  
  .md-typeset h3 {
    font-size: 1.45em;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.5;
    margin: 1.25em 0 .64em;
  }
  
  .md-typeset h4 {
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: -.01em;
    margin-top: 1.35em;
    margin-bottom: 0.64em;
  }
  
  .md-typeset h5 {
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: -.01em;
    margin-top: 1.35em;
    margin-bottom: 0.54em;
    text-transform: none;;
  }
  
  .md-typeset h5 {
    text-transform: none;
  }
  
  #__nav_1_label, #__nav_2_label, #__nav_3_label, #__nav_4_label {
    font-weight: 500;
    letter-spacing: -.01em
  }
  
  [data-md-color-scheme="cis"] {
    --md-primary-fg-color: #003B5C;
    --md-primar-fg-color--light: #F2F2F2;
    --md-primary-fg-color--dark: #203947;
    --md-accent-fg-color: #FA9917;
  }
/* Only first column nowrap */
.nowrap-1 td:nth-child(1),
.nowrap-1 th:nth-child(1) {
  white-space: nowrap;
}

/* First two columns nowrap */
.nowrap-2 td:nth-child(1),
.nowrap-2 th:nth-child(1),
.nowrap-2 td:nth-child(2),
.nowrap-2 th:nth-child(2) {
  white-space: nowrap;
}

/* First and third column nowrap */
.nowrap-3 td:nth-child(1),
.nowrap-3 th:nth-child(1),
.nowrap-3 td:nth-child(3),
.nowrap-3 th:nth-child(3) {
  white-space: nowrap;
}

/* Second and third column nowrap */
.nowrap-4 td:nth-child(2),
.nowrap-4 th:nth-child(2),
.nowrap-4 td:nth-child(3),
.nowrap-4 th:nth-child(3) {
  white-space: nowrap;
}