.bookmark-ribbon {
  height: 0;
  border-bottom: 0.7rem solid #a71931;
  border-top: 0.7rem solid #a71931;
  border-right: 0.7rem solid transparent !important;
  margin-bottom: 20px;
  font-size: 0.7rem;
  font-weight: 700;
  position: absolute;
  left: 10px;
  top: 20px;
}
.bookmark-ribbon .bookmark-text {
  color: #fff;
  position: relative;
  top: -0.45rem;
  text-align: center;
  padding: 5px 10px;
}
.bookmark-ribbon .bookmark-arrow-left {
  position: relative;
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent !important;
  border-right: 6px solid #a71931;
  top: -0.45rem;
}

.single-course .course-info {
  display: -ms-flexbox;
  display: flex;
}
.single-course .course-info li {
  margin-right: 15px;
}
/*# sourceMappingURL=single-course.css.map */
