#toc_container {
    border: solid thin #d6d6d6;
    padding: 10px;
    background: #f1f1f1;
    margin:10px 0;
}

#toc_container .toc_title {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

#toc_container .toc_title .toc_toggle {
    color: #0071b7;
}

#toc_container .toc_list ul {
    list-style-type: none;
}
#toc_container ul li a {
    font-size: 13px;
    color: #165bde;
}
#toc_container ul li {
    list-style: none;
    color:#165bde;
    font-weight:600;
}
#toc_container .toc_list ul *{
    font-size: 14px;
}