/* Reduce space between articles */
.obj_article_summary {
    margin-bottom: 0.5em !important;
}

/* Reduce space between sections */
.obj_toc_section {
    margin-top: 1em !important;
    padding-top: 0 !important;
}

/* Reduce space around section headings */
.obj_toc_section_heading {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
}
