@charset "UTF-8";
.course-flex h2 {
  margin-bottom: 30px;
  text-align: center;
}

.course-info-item {
  margin-top: 15px;
}
.course-info-item h5 {
  margin-bottom: 5px;
}

.topic-panel {
  background-color: rgba(200, 200, 200, 0.25);
  padding: 5px;
  margin-top: 5px;
  outline: none;
}

.expandable {
  cursor: pointer;
}

.expandable:after {
  content: "+";
  font-weight: bold;
  float: right;
  margin-right: 5px;
}

.coll-active, .expandable:hover {
  background-color: #2b64c5;
  color: white;
}

.coll-active:after {
  content: "−";
}

.topic-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.topic-content p {
  padding: 10px 0;
}

/*# sourceMappingURL=course.css.map */
