@media print {
    .CXPage:not(:first-child ) {
        page-break-before: avoid;
    }
}