#toc-collapse, .md-nav__list {
  font-size: 12px !important;
}

hr{
  background-color: #4051b5;
}

.md-typeset {
  font-size: 15px;
}

.md-typeset h1 {
  font-weight: 700;
}

.md-typeset h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
} 

.md-footer{
  display: none !important;
}

.md-typeset .admonition.note, .md-typeset details.note{
  background: rgb(68 138 255 / 20%);
}
.md-typeset .admonition.warning, .md-typeset details.warning{
  background: rgb(255 145 0 / 20%);
}
