/* Corresponding Form B reference at the upper-left of every Muster Roll page. */
#masterRollPrint .mr98-formb-ref-v141{
  position:absolute!important;
  left:12mm!important;
  top:5mm!important;
  font-size:8.2px!important;
  line-height:1.15!important;
  font-weight:700!important;
  color:#111!important;
  text-align:left!important;
  white-space:nowrap!important;
}
/* Keep the operational copy label at the matching upper-right position. */
#masterRollPrint .mr98-copy{
  top:5mm!important;
  right:12mm!important;
}
/* Let the Memo/Cheque No. underline use the width freed by the removed SCTS field. */
#masterRollPrint .mr98-meta-row:first-child .mr98-fill{
  min-width:80px!important;
}
@media print{
  #masterRollPrint .mr98-formb-ref-v141{
    color:#000!important;
  }
}
