/* v29: keep the two bottom print panels ending on the same baseline. */
@media print{
  .print25-bottom{
    align-items:stretch!important;
  }

  .print25-panel{
    height:100%!important;
    align-self:stretch!important;
  }

  /* Keep the contents natural-height inside the equal-height panels. */
  .print25-contractor-list,
  .print25-concern-projects{
    flex:0 0 auto!important;
  }
}
