Main Stylesheet

.right {
  text-align:right;
}

.needsAttention {
  color: #CC0000;
}

@media print {
  h3 {
    text-align: center;
  }

  .charsheet {
    text-indent: 20px;
    widows: 3;
    orphans: 3;
  }

  .whoyouknow {
    page-break-before: always;
    widows: 2;
    orphans: 2;
  }

  ._bullet {
    margin-top: 10px;
  }

  hr {
    display: none;
  }

  ._commentsHeader {
    display: none;
  }
}