﻿@media print {
	@page {
		size: A4;
		margin: 5mm 5mm 5mm 5mm;
	}
    .header, .footer .top, .footer .mid, .action-box, a.back-to {
		display: none !important;
    }
	.footer .bottom {
		display: block !important;
	}	    
	a:link, a:visited, a {
		background: transparent;
		color: #222;
		text-decoration: underline;
		text-align: left;
		word-wrap: break-word;
	}    
	a[href^="http://"]:after, a[href^="https://"]:after {
		content: " (" attr(href) ") ";
	}    
	thead {
  		display: table-header-group;
	}
}