/* CSS for LRA Judgin Criteria page */

h1 {
    font-size: 40pt;
    margin-bottom: 0.5em;
}

.top-content {
    padding: 6em 0 4em 0;
}

#gLSection {
    margin: 0 7em 3em;
}

#jCSection {
    margin-bottom: 3em;
}

.mb-list {
    margin-bottom: 1em;
}

@media (max-width: 767px) {
    #gLSection {
        margin: 0 7em 3em;
    }

    .top-content {
        padding: 1em 0 3em 0;
    }
}

@media (max-width: 575px) {
    #gLSection {
        margin: 0 0em 3em;
    }

    div#gLSection div p {
        margin: 0 1em 2em;
    }
}

@media (max-width: 479px) {
    .top-content {
        padding: 0em 0 2em 0;
    }

    h1 {
        font-size: 25pt;
    }

    #sPSection {
        text-align: center;
    }
}