.page-inner {
    max-width: 85% !important;
}

.page-toc {
    max-width: 400px;
    margin-left: 10px;
}

.page-toc li {
    list-style: disc;
    text-indent: -1.5em;
    padding-left: 1.5em;
}

footer {
    background: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    padding: 0 20px !important;
    margin-top: 150px;
}