table.confidential {
	table-layout: fixed;
	page-break-inside: avoid;
}

table.confidential thead {
	display: table-header-group;
}

table.confidential tfoot {
	display: table-footer-group;
}

table.confidential thead th, table.confidential tfoot th {
	position: static;
} 

table.confidential thead th h2, table.confidential tfoot th h2 {
	font-size: 14pt;
	color: #D60E0E;
	margin: 8px 0 16px 0;
}
table.confidential tfoot th h2 {
	margin: 16px 0 8px 0;
}

h2.confidential  {
    position: static;
    text-align: center;
    font-size: 14pt;
    color: #D60E0E;
    margin: 8px 0 16px 0;
    page-break-inside: avoid;
}
