div#toc_container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    width: 100%;
}
#toc_container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: auto;
    display: table;
    font-size: 95%;
}
#toc_container p.toc_title {
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
#toc_container span.toc_toggle {
    font-weight: 400;
    font-size: 90%;
}

#toc_container p.toc_title+ul.toc_list {
    margin-left: 3em;
}

#toc_container p.toc_title+ul.toc_list {
    margin-top: 1em;
}
#toc_container.no_bullets li, #toc_container.no_bullets ul, #toc_container.no_bullets ul li, .toc_widget_list.no_bullets, .toc_widget_list.no_bullets li {
    list-style: square;
    color: #f7b820;
}

#toc_container a {
    text-decoration: none;
    text-shadow: none;
}
#toc_container ul{
	margin: 0.5em 0 0.5em 0.5em;
}
#toc_container ul li {
    margin-bottom: 0.5em!important;
}

.contracted{
    width: auto !important;
    display: table !important;
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-family: "Montserrat",sans-serif;
}
h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
    font-weight: 700;
}