@page {
	size: landscape;
}

table {
	border: solid 1px black;
}

tr,
td,
th {
	page-break-inside: avoid;
}

#navbar,
#footerLogo,
ul.nav,
.dataTables_length,
.dataTables_filter,
.dataTables_paginate {
	display: none;
}

.debugWindow {
	display: none;
}

a:link:after, a:visited:after {
    content: "";
}

div[class*="col-"] {
	flex: 50% !important;
}

.sorting {
	background: none;
}