body {
    font-family: Raleway, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 140%;
}

a { text-decoration: none; }
p { text-align: justify; text-justify: inter-word; hyphens: auto; }

.nav ul {
    list-style: none;
    position: fixed;
    width: 400px;
    top: 7.5em;
}

.nav ul li {
    width: 50%;
    padding: 4px;
    margin-bottom: 0;
}

.page {
    padding-top: 3em;
}

.page:last-child {
    padding-bottom: 100em;
}

#changelog ul {
    margin-top: -20px;
    list-style-type: none;
}

#changelog li {
    padding-left: 20px;
}
