/* Sidebar title */
.menu-title {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
}

/* Sidebar nav items */
.sidebar-scrollbox {
    font-size: 1.6rem;
}

/* Reduce top margin on headings */
.content h1,
.content h2,
.content h3,
.content h4 {
    margin-top: 2rem;
}

/* Content max width */
.content main {
    max-width: 800px;
}

/* Full-width tables */
.content table {
    width: 100%;
}
