
 #tmilInfoContainter{
    background: white;
     opacity: 100%;
     top: 196px;
     position: sticky;
  }
  
  #breadcrumb-list-nav{
      background: white;
      opacity: 100%;
      top: 101px;
      position: sticky;
  }
    
  #tmilButtonContainer{
      background: white;
      opacity: 100%;
      top: 152px;
      position: sticky;
  }
.full-width-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0; /* THIS avoids scrollbar pushing it */
  z-index: 1030;
  background-color: #fff;
}

#fixedContainer {
  position: sticky;
  top: 110px;       /* directly below navbar */
  z-index: 1025;   /* above infoBar */
  background-color: white;
  padding: 0.3rem 1rem;
}

.tab-content{
padding-left: 1.5rem; 
padding-top: 0.5rem;
}