.course-title-link {
  color: #212529;
}

.course-title-link:hover {
  color: #212529;
}

.school-title-link {
  color: #212529;
}

.school-title-link:hover {
  color: #212529;
}

.text-delete {
  flex: 1 1 auto;
  font-size: 13px;
  line-height: 1.2;
  align-self: center;
  font-weight: 400;
}
.none {
  display: none;
}

.padding__20 {
  padding: 20px;
}
.user-review__course__link {
  font-size: 14px;
  line-height: 23px;
  color: #ae9d9d;
}
.user-review__course__link:hover {
  text-decoration: none;
  color: #ae9d9d;
}
.delete-form {
  text-align: center;
}
.delete-form-submit {
  background: #7ae582;
  color: #fff;
  border: none;
  border-radius: 3px;
  transition: all 0.2s linear;
  line-height: 45px;
  min-width: 300px;
  max-width: 100%;
  vertical-align: middle;
  font-weight: normal;
  margin-top: 20px;
}

.delete-form-submit:hover {
  color: #fff;
  background: #141414;
}
