/* ToDo Dokumentation */

span.ld-currency {display: none;}

/* Singe-Page-Courses */
.wa_no_chapters .ld-item-list.ld-lesson-list,
.wa-remove-mark-complete-btn form#sfwd-mark-complete { display:none!important; }

/* Überschrift in Kapiteln und Unterkapitel ausblenden */
.lesson-no-heading .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content > h1,
.topic-no-heading .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content > h1 { display:none; }

/* Navigation in Kapiteln und Unterkapitel ausblenden */
.lesson-no-navigation .learndash-wrapper .ld-content-actions,
.topic-no-navigation .learndash-wrapper .ld-content-actions { display:none!important; }

/* Inhaltsverzeichnis im Kurs ausblenden */
.course-no-item-list .learndash-wrapper .ld-item-list { display:none; }

/* Anwesenheitsliste */
body .learndash  .course_user_item {
    padding: 10px;
    border-bottom: #CCC 1px solid;
}

body .learndash  .course_user_item .presence_list_input {
    width: 20px;
    display: inline-block;
}

body .learndash .course_user_item label {
    display: inline-block;
    width: auto;
    font-size: inherit;
    font-weight: inherit;
    padding-left: 20px;
}

body .learndash .course_user_item:nth-child(2n) {
    background-color: #fbfbfb;
}

body .learndash input#presence_list_save {
    margin-top: 20px;
}
