.print_break_after {
  page-break-after:always;
}
.print_none { 
  display: none; 
}
.print_align_center {
  text-align: center;
}
