#toc_container {
    margin: auto;
    margin-left: 400px;
    width: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: grey;
   
}

.toc_title {
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    font-size: 24px;
}

.no_bullets {
  list-style: none;
}