a.nav-link.active{
    font-weight: 500 !important;
}

a.nav-link{
    font-weight: 300;
    /* color: rgb(199, 199, 199); */
    color: #f2f2f2;
}

a.nav-link.disabled{
   color: #ffffff56;
}

.roundtable-panel a{
    display: block;
    color: #2d2b54;
    width: fit-content;
  }
  .roundtable-panel img{
    width: min(538px, 100%);
  }
  .roundtable-panel div{
    color: #2d2b54;
    padding-bottom: 10px;
  }

@media(max-width:1000px) {
  h1.agenda-highlights{
    font-size: large !important;
  }
}