/* CSS Document */

.break_before { 
page-break-before: always; 
}

.break_after { 
page-break-after:always;
}
