.no_print
{
	width : auto;
	display : none;
	visibility : hidden;
	height : auto;
}

.print_only {
	width : auto;
	height : auto;
	visibility: visible;
	display : block;
}

#content {
    display: table;
}

#pageFooter {
    display: table-footer-group;
}

#pageFooter:after {
    counter-increment: page;
    content: counter(page);
}

  .avoid {
    page-break-inside: avoid !important;
    margin: 4px 0 4px 0;  
  }

