.md-main__inner.md-grid {
  margin-left: 0;
  margin-right: 2%;
  max-width: 100%;
  margin-top: 0;
}
.swagger-ui-iframe {
  margin-top: -80px;
  margin-left: -2.6%;
}
.md-nav {
  font-size: 0.77rem;
  line-height: 1.5;
}
.md-header {
  background-color: white;
  color: #e86513;
}
.md-grid {
  max-width: none;
}
.md-typeset h1 {
  visibility: hidden;
  font-size: unset;
}
.md-sidebar {
  background-color: #e86513;
  color: #ffffff;
}
.md-sidebar__scrollwrap {
  background-color: rgb(237, 101, 10);
  color: rgb(255, 255, 255);
  margin: 0px;
}
.md-nav__item .md-nav__link--active {
  color: #ffffff;
  font-weight: bold;
}
.md-nav__item .md-nav__item.md-nav__item--active {
  border-left: 4px solid #ffffff;
}
.md-nav--secondary .md-nav__title {
  background: rgb(237, 101, 10);
  box-shadow: none;
}
.md-nav--primary .md-nav__title {
  background: rgb(237, 101, 10);
  box-shadow: none;
}
