/** * Styles for .epub files. */ body { margin: 0 0; } /* Line spacing fix. */ p { margin-bottom: .0001pt; } @page EpubSection1 { size: A4 portrait; margin: 2cm; } .pba-section-page_break{ page: EpubSection1; page-break-after: always; }