/*@media all {
.page-break { display: none; }
}*/

@media print {
.page-break { page-break-before: auto; }
.manage-height{height: 1500px;}
}