/* Force all auto-populated Muster Roll values to the same solid black as statutory text. */
#masterRollPrint .mr98-fill,
#masterRollPrint .mr98-fill-inline,
#masterRollPrint .mr98-ref,
#masterRollPrint .mr98-ref span,
#masterRollPrint .mr98-grid td,
#masterRollPrint .mr98-grid .recipient-name,
#masterRollPrint .mr98-grid .recipient-sub,
#masterRollPrint .mr98-grid .project-name,
#masterRollPrint .mr98-grid .project-cost,
#masterRollPrint .mr98-page-note{
  color:#111!important;
  opacity:1!important;
  text-shadow:none!important;
  -webkit-font-smoothing:auto!important;
  font-synthesis:none!important;
}
#masterRollPrint .mr98-fill,
#masterRollPrint .mr98-fill-inline,
#masterRollPrint .mr98-grid td{
  font-weight:600!important;
}
#masterRollPrint .mr98-grid .recipient-sub,
#masterRollPrint .mr98-grid .project-cost,
#masterRollPrint .mr98-page-note{
  font-weight:500!important;
}
@media print{
  #masterRollPrint .mr98-fill,
  #masterRollPrint .mr98-fill-inline,
  #masterRollPrint .mr98-ref,
  #masterRollPrint .mr98-ref span,
  #masterRollPrint .mr98-grid td,
  #masterRollPrint .mr98-grid .recipient-name,
  #masterRollPrint .mr98-grid .recipient-sub,
  #masterRollPrint .mr98-grid .project-name,
  #masterRollPrint .mr98-grid .project-cost,
  #masterRollPrint .mr98-page-note{
    color:#000!important;
    opacity:1!important;
    text-shadow:none!important;
  }
}
