  .unige-toc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.unige-toc li::before {
    font-size:0.6em;
    top: 0.4em;
}
.unige-toc-block .unige-toc-title {
    margin-bottom: 11px;
}
.unige-toc .toc-h3 {
    margin-left: 20px;
}
.unige-toc .toc-h4 {
    margin-left: 40px;
}
.unige-toc .toc-active {
    background: #eee;
    box-shadow: inset -2px 0px 10px -5px #888;
}
/* offset correction for fixed content */
.unige-toc-content span[id^=toc] {
    display: block;
    content: " ";
    height: 130px; /* height of fixed navbar */
    margin-top: -130px;
    visibility: hidden;
}