.elearning [data-toggle="collapse"] .fa-chevron-right {
  display: none;
}
.elearning [data-toggle="collapse"] .fa-chevron-down {
  display: inline;
}
.elearning [data-toggle="collapse"].collapsed .fa-chevron-right {
  display: inline;
}
.elearning [data-toggle="collapse"].collapsed .fa-chevron-down {
  display: none;
}
.elearning .module-description img.pull-left {
  margin-right: 1em;
}
.elearning .chapters .fa-youtube-play,
.elearning .chapters .fa-question-circle {
  font-size: 140%;
}
.elearning .chapters tr:last-child td {
  border-top-style: double;
  border-top-width: 5px;
}
.elearning a[name="presentation"] {
  padding-top: 200px;
}
.elearning a[disabled] {
  color: #999;
}
.elearning a[disabled]:hover {
  text-decoration: none;
  cursor: not-allowed;
}
.elearning .progress .progress-bar {
  min-width: 2em;
}
.elearning #carousel .carousel-caption {
  font-size: 30px;
  padding-bottom: 80px;
  text-shadow: 0 1px 4px #000;
}
