﻿.module-heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.section-heading {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.subsection-heading {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.submodule-list {
    /*list-style-type: none;*/
    /*padding-left: 0;*/
}

    .submodule-list li {
        margin-bottom: 5px;
    }