#ez-toc-container.ez-toc-counter {
    background: none;
    border: none;
    box-shadow: none;
    padding: 10px 0 4px;
    margin: 0;
}
#ez-toc-container.ez-toc-counter .ez-toc-cssicon {
    display: none;
}

#ez-toc-container.ez-toc-counter .ez-toc-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #30363c;
    margin-bottom: 16px;
    display: block;
}
#ez-toc-container.ez-toc-counter ul {
    padding-left: 10px !important;
}
#ez-toc-container.ez-toc-counter ul.ez-toc-list li a {
    font-family: Source-Serif-Pro;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #4f585e;
    margin-bottom: 8px;
    text-decoration: underline;
}
#ez-toc-container.ez-toc-counter ul.ez-toc-list li a::before {
    content: "•";
    line-height: 24px !important;
    font-size: 20px !important;
    margin-right: 8px;
}
