// Adding 'Contents' headline to the TOC
#markdown-toc::before {
    content: "Contents";
    font-weight: bold;
}



#markdown-toc ul {
   list-style: none;
}

#markdown-toc {
    border: 1px solid #aaa;
    padding: 1.5em;
    display: inline-block;
   list-style: none;
}