a.team-link {
  font-style: italic;
  color: #be8aff;
}

/* unvisited link */
a.team-link:link {
  color: #be8aff;
}

/* visited link */
a.team-link:visited {
  color: #be8aff;
}

/* mouse over link */
a.team-link:hover {
  background-color: hsla(279, 100%, 37%, 0.2);
}

/* Solid border */
hr.solid {
  border-top: 3px solid #bbb;
}

h4.crit {
  margin-bottom: 0;
  margin-top: 0;
}

ul.crit {
  margin-bottom: 0;
  margin-top: 0;
}

ul.crit-square {
  margin-bottom: 0;
  margin-top: 0;
  list-style: upper-roman;
}
