header.md-header {
    background: linear-gradient(270deg, #1CB5E0 0%, #000851 100%);
}


/* @media only screen and (min-width: 76.25em) */
nav.md-tabs.md-tabs--active {
    background: linear-gradient(270deg, #1CB5E0 0%, #000851 100%);
}




html [data-md-color-primary=blue-grey] .md-nav--primary .md-nav__title--site {
    background: linear-gradient(270deg, #1CB5E0 0%, #000851 100%);
  }


.md-typeset table:not([class]) th {
    font-weight: bold;
    background-color: #ecf7ff;
    color: #000;
