@media print {
	a[href]:after {
		content: '';
	}

	abbr[title]:after {
		content: '';
	}

	.thumbnailizer .image-row {
		overflow: visible !important;
		white-space: normal !important;
	}
	
	.thumbnailizer .thumb-nav {
		display: none;
	}
	
	.thumbnailizer .image.active {
		background-color: transparent !important;
		border: 0 !important;
	}
	
	.footer-section {
		border-top: 1px solid black;
		display: block;
	}
	
	.footer-section .row .col {
		display: inline;
		float: none;
		border-left: 0 !important;
	}
	
	.footer-section .row .col-3,
	.footer-section .row .col-5 {
		display: none;
	}
	
	.footer-section p {
		display: inline;
	}
	
	.footer-section p:empty {
		display: none;
	}

	.footer-section p:not(:last-child):after {
		content: ',';
		display: inline;
	}
	
}