/* Main text */
.rst-content p,
.rst-content li,
.rst-content dd {
    font-size: 20px !important;
    line-height: 1.65;
}

/* Tables */
.rst-content table.docutils td,
.rst-content table.docutils th {
    font-size: 18px !important;
}

/* Sidebar navigation */
.wy-menu-vertical a {
    font-size: 18px !important;
    line-height: 1.35;
}

/* Code */
.rst-content code,
.rst-content pre {
    font-size: 0.92em;
}
