.coursecard {
  margin-bottom: 2rem;
}

a.courselink {
  color: #070707;
  box-shadow: 6px 6px 10px rgba(94, 36, 23, 0.2);
  transition: all 0.15s cubic-bezier(0, 0, 0.5, 1) 0s;
}

a.courselink:hover {
  text-decoration: none;
  transform: scale3d(1.01, 1.01, 1.01) translate3d(0.1rem, -0.25rem, 20rem);
  box-shadow: 3px 11px 10px rgba(94, 36, 23, 0.25);
}

.courselink h3 {
  margin-bottom: 0;
  background-color: #5E2417;
  color: white;
  letter-spacing: 3px;
  display: inline-block;
  height: 100%;
  width: 100%;
  padding: 1rem;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

div.coursedesc {
  border: solid 1px #5E2417;
  padding-right: 10px;
  padding-top: 15px;
}

div.descrow {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 450px) {
  div.descrow {
    display: initial;
  }
}

div.ccredits {
  text-align: center;
  min-width: 80px;
  margin: auto 5px;
}

@media screen and (max-width: 765px) {
  .ccredits {
    display: none;
  }
}

div.cdesc {
  font-family: "Gentium Plus", "Noto Serif TC", "Noto Serif JP", "Noto Serif Thai", serif, "Apple Color Emoji", "Noto Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 110%;
  padding: 20px;
  padding-top: 10px;
  margin: auto;
  margin-left: 0px;
}
@media screen and (max-width: 765px) {
  div.cdesc {
    font-size: 100%;
    padding: 8px 20px;
  }
}

div.cdesc p {
  margin-bottom: 0px;
}

div.descrow {
  font-family: "Gentium Plus", "Noto Serif TC", "Noto Serif JP", "Noto Serif Thai", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, sans-serif, "Apple Color Emoji", "Noto Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

div.descrow div.cicon {
  margin: auto 16px;
  width: inherit;
  min-width: 145px;
  text-align: center;
  font-size: 65px;
  padding-bottom: 15px;
}
@media screen and (max-width: 765px) {
  div.descrow div.cicon {
    float: left;
    padding: 0 15px 15px 0;
  }
}
@media screen and (min-width: 450px) {
  div.descrow div.cicon {
    max-width: 145px;
  }
}

div.featuringrow {
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  text-align: right;
}
@media screen and (max-width: 765px) {
  div.featuringrow {
    font-size: 96%;
  }
}

div.featuringrow div {
  padding: 10px;
}
@media screen and (max-width: 765px) {
  div.featuringrow div {
    padding: 5px;
  }
}

div.featuringrow div.bauthors {
  max-width: 77%;
}

div.featuringrow div.flabel {
  font-family: "Gentium Plus", "Noto Serif TC", "Noto Serif JP", "Noto Serif Thai", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, sans-serif, "Apple Color Emoji", "Noto Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-left: 25px;
  margin-bottom: auto;
}
@media screen and (max-width: 765px) {
  div.featuringrow div.flabel {
    margin-left: 10px;
  }
}

div.featuringrow div.lecturers {
  min-width: 20%;
}

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