.if-ld-lesson-list-container {
  margin-left: 40px;
}
.if-ld-lesson-list-container h4 {
  margin-bottom: 20px;
}
.if-ld-lesson:before {
  content: "Lesson: ";
}
.if-ld-topic:before {
  content: "Topic: ";
  margin-left: 10px;
}
.if-ld-lesson-quiz:before {
  content: "Quiz: ";
  margin-left: 10px;
}
.if-ld-course-quiz:before {
  content: "Course Quiz: ";
}
li.if-ld-bold:before,
li.if-ld-bold a { font-weight: 700 !important; }

.ld-progress {
  margin-top: 15px !important;
  background-color: #eee;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.ld-lesson-status { background-color: white !important; }
