:root  > * {
  --md-primary-fg-color:        #4295ff;
 /* --md-primary-fg-color--light: #ECB7B7;
  --md-primary-fg-color--dark:  #90030C;*/
  --md-default-primary-gb-color: #EBEEF5;
}
:root, [data-md-color-scheme=default] {
  --md-default-fg-color--light: #333333;
}
.md-grid {
  max-width: 100%; 

}
.md-typeset code{
  background-color: #e8eaf6;
  color: #283593;
/*  font-size: .90em;*/
}

.md-sidebar.md-sidebar--primary {
  background-color: var(--md-default-primary-gb-color);
}

.md-main__inner{
  margin-top: 0;
}

/*.md-nav__item--section>.md-nav>.md-nav__list>.md-nav__item {
  padding-left: 0.5rem;
  padding-top: 0.1rem;
}*/

@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;
  }
}

.md-nav__link .md-ellipsis {
    font-size: 0.65rem;
}

[dir=ltr] .md-header__title {
  margin-left: 0;
}

.md-typeset blockquote {
    background: #FEF6EB;
}