/* Keep all three Muster Roll signature lines and designation text on one common horizontal start. */
#masterRollPrint .mr98-footer{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  align-items:start!important;
  column-gap:22px!important;
}
#masterRollPrint .mr98-sign-block{
  width:100%!important;
  min-height:42px!important;
  box-sizing:border-box!important;
  margin:0!important;
  padding:6px 4px 0!important;
  border-top:1px solid #111!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
  text-align:center!important;
  line-height:1.30!important;
}
