@charset "UTF-8";

div.user-name {
  font-weight: normal;
}
div.user-name a {
  text-decoration: underline;
}

.vimeo {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}

.vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.webinar_term {
  color: #222;
  font-size: calc(12px + 3 * (100vw - 320px)/1200);
  font-weight: bold;
  line-height: 1.125rem;
  margin: 0 0 3px;
}

div.details_teacher_profile a {
  color: #0000EE;
}

div.details_teacher_profile a:hover {
  text-decoration: underline;
}

div.details_teacher_profile a:visited {
  color: #551A8B;
}

