body {
  margin: 0;
}

.sidebar {
  margin: 0;
  padding: 0;
  width: fit-content;
  position: absolute;
  overflow: auto;
  margin-top: 4em;
  margin-left: 2em;
}

.sidebar a {
  display: block;
  padding: 16px;
  text-decoration: none;
  color: black;
}
 
.sidebar a.active {
  background-color: #4CAF50;
  color: white;
}

.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}

div.content {
  margin-left: 250px;
  padding: 1px 16px;
  min-height: 530px;
}

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}

.navbar-nav .nav-link {
  padding-left: 8px !important;
  padding-right: 8px !important;
  border: 1px solid white;
}

.navbar-nav {
  display: inline-block;
  flex-wrap: wrap;
}

.BreadCrumbs {
  display: flex;
  font-family: inherit;
}

.h2 {
    border-top:1px solid rgb(217, 217, 217);
}

div.contentBlank {
  min-height: 530px;
}

.navbar-nav .ml-auto {
  text-indent: 20px;
}

@media screen and (max-width: 700px) {
  .navbar-nav .ml-auto {
      text-indent: 0px;
  }
.BreadCrumbs {
  display: block;
  font-family: inherit;
}
}

@media screen and (max-width: 400px) {
  .navbar-nav .ml-auto a {
    text-indent: 0px;
  }
.BreadCrumbs {
  display: block;
  font-family: inherit;
}
}

.navLeftWrapper {
  min-width: 16em;
  max-width: fit-content;
  background-color: #e7e7e7;
  display: table-caption;
}

@media screen and (max-width: 1000px) {
  .navLeftWrapper {
  background-color: #e7e7e7;
  display: contents;
}
  .navbar-nav .nav-link {
    background-color: #e7e7e7;
}
}

.nav-item {
  min-width: 16em;
}