#student-responses p {
    margin-bottom: 5px;
}

.list-group-item {
    list-style: none;
}

.q2.list-group {
    margin: 5%;
}

/*hack to get around learndash bs*/
.learndash-wrapper .ld-focus .ld-tab-content ol:not(.blocks-gallery-grid):not(.wp-block-gallery),
.learndash-wrapper .ld-focus .ld-tab-content ul:not(.blocks-gallery-grid):not(.wp-block-gallery) {
    padding-left: 0;
}

.radio-inline {
    /* padding: 10px; */
    /* margin-left: 5px; */
    margin-right: 15px;
}

@media only screen and (max-width: 768px) {

    /* For mobile phones: */
    .list-group-item {
        padding-bottom: 30px;
    }
    .word-choice {
        display:block;
        font-weight: bold;
    }
}
