By adding page-break-inside: avoid, you can prevent the category header from being left behind on a previous page.
div.battlescribe li.category {
margin: 16px 0px 0px 0px;
padding: 0px;
border-width: 0px;
page-break-inside: avoid;
}
Example of the issue.
