:root {
  --md-primary-fg-color: #166dea;
  /* --md-primary-fg-color--light: #333; */
  /* --md-primary-fg-color--dark:  #90030C; */
  --md-default-fg-color--light: #333;
  /* --md-default-bg-color: #f5f5f5; */
  --md-default-primary-gb-color: #f5f5f5;
  --md-accent-fg-color: #166dea;
}

.md-grid {
  max-width: inherit;
}

.md-main {
  background-color: #fff;
}

.md-sidebar {
}

.md-sidebar.md-sidebar--primary {
  background-color: var(--md-default-primary-gb-color);
}

.md-nav {
  /* font-size: 0.8rem; */
}

.md-main__inner {
  margin-top: 0;
}

.md-sidebar__scrollwrap {
  margin: 0;
}

.md-typeset code:not([class^="language"]) {
  background-color: var(--md-default-primary-gb-color);
  border: 1px solid #efefe1;
  border-radius: 2px;
  font-size: 0.6rem;
}

@media screen and (min-width: 76.25em) {
  .md-sidebar {
    height: inherit;
  }

  .md-nav__item--section>.md-nav>.md-nav__list>.md-nav__item {
    padding-left: 12px;
  }

  .md-nav--primary .md-nav__title {
    background: var(--md-default-primary-gb-color);
    box-shadow: 0 0 0.4rem 0.4rem var(--md-default-primary-gb-color);
    position: sticky;
    top: 0;
    z-index: 1;
  }
}

div.eaic-table .md-typeset__table  table {
  width: 100% !important;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  border-left: 1px solid #dfe2e5;
  border-bottom: 1px solid #dfe2e5;
  border-top: none !important;
  border-right: none  !important;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0,0,0,.08);
  font-size: 12px !important;
  color: #333;
  border-color: #dfe2e5;
}

div.eaic-table .md-typeset__table  table td ,
div.eaic-table .md-typeset__table  table th{
  padding: 6px !important;
  vertical-align:  middle !important;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

div.eaic-table .md-typeset__table  table td p,
div.eaic-table .md-typeset__table  table th p{
  margin: 0;
}

.md-typeset__table table th{
  background-color: #f5f5f5;
  text-align: center;
  min-width: 4rem !important;
  font-size: 14px;
}