div.h1, h1 {
  font-family: "Merriweather", "Times New Roman", serif;
}

div#mr_header {
  font-size: 32px;
}

img#logo {
  width: auto;
  height: 3em;
  max-width: 100%;
}

.force-purple {
  color: transparent;
  text-shadow: 0 0 0 #682c90;
}

ul.diamond {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ul.diamond li {
  padding-left: 1em;
  text-indent: -1em;
}
ul.diamond li:before {
  content: "&#9670;";
  padding-right: 6px;
}

.text-sm {
  font-size: 70%;
}

span.totalEnrollment {
  font-size: 144%;
  color: #682c90;
  font-weight: bolder;
  padding-left: 1em;
}

.grade-tip {
  font-size: 80%;
  color: #682c90;
  margin-left: 0.5rem;
}

span.span-psia-purple {
  color: #682c90;
  font-weight: bold;
}

ul#schools-list li.school_over {
  text-decoration: underline;
  text-decoration-color: #682c90;
  text-decoration-thickness: 2px;
  cursor: pointer;
}

div#school_matches {
  padding: 0.5em;
  background-color: #ffe8b9;
}

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