/* ONSITE PORTAL */
/* Reminder to first check in before printing */
.name-badge-data > span:after {
   content: "(Only print once 1) Checked in and 2) No amount outstanding)";
   color: red;
}
 /* Hide stats */
a#PrintStatsLink {
 display: none;
}

/* Sponsor rank class*/
/* Improve spacing and font size */
rankHeading {
  display: inline-block;
  padding: 8px 14px;
  margin: 8px 0 6px -16px;
  font-size: 0.75em;
  line-height: 1.2;
  font-weight: 600;
  white-space: normal;
  border-radius: 0 6px 6px 0;
  max-width: 140px;
}