body {
    font-family: 'Open Sans', sans-serif;
}

body * {
    scroll-margin-top: 70px;
}

h1,h2,h3,h4,h5 {
    margin-top: 36px;
}

p {
    line-height: 27px;
}

.toc {
    top: 87px;
    overflow-y: auto;
    max-height: 600px;
}

.toc > ul {
    padding: 0;
}

.toc ul {
    list-style: none;
}

.toc a {
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
}