/* Enforce LaTeX \newpage breaks as epub breaks */
.ltx_pagination.ltx_role_newpage {
  page-break-after:always;
}