.widget-toc {
    font-weight: bold;
    width: 100%;
    display: table;
    border: 1px solid #a2a9b1;
    padding: 10px;
    padding-bottom: 0;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #a2a9b1b0;
    margin: 10px 0;
    position: relative
}

.widget-toc ol {
    padding-right: 0;
    counter-reset: item;
    display: none;
    padding-left: 10px;
}

.widget-toc>ol {
    padding-left: 0
}

.widget-toc ol ol {
    padding-left: 20px
}

.widget-toc ol ol ol {
    padding-left: 30px
}

.widget-toc ol li {
    display: block;
    position: relative;
    padding-bottom: 5px;
    text-align: left
}

.widget-toc ol a {
    cursor: pointer;
    padding: 5px 0 5px 10px
}

.widget-toc ol a:hover {
    text-decoration: underline;
    color: #06f
}

.widget-toc ol li:before {
    content: counters(item,".");
    counter-increment: item;
    margin-left: 0px;
    font-family: inherit;
    font-weight: bold
}
.ez-toc-title-container{
    cursor: pointer;
}
.toc-title {
    padding-bottom: 10px;
    text-align: center!important;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: 1px solid #a2a9b1;
    font-size: 19px
}

.tocmenu-button {
    position: absolute;
    right: 10px;
    top: 5px;
    display: block;
    height: 41px;
    width: 40px;
}
.toc-icon-toggle-span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex
}