div#vg_toc {
    background: #f9f9f9;
    width: auto;
    border: solid 1px #e4e4e4;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 25px;
}

h2#toc_box_h {
    font-size: 17px;
    text-transform: none;
    margin-bottom: 8px;
}

ul.toc_ul, ol.toc_ol {
    margin: 0;
}

svg#toc_mini {
    width: 20px;
    height: 20px;
    float: right;
    top: -30px;
    position: relative;
}

#toc_mini:hover{
    cursor: pointer;
}