html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	
}
.noprint {
display:none;
}
.a4page {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin:0;
	padding:0;
	-moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width:100%;
	height:100%;
	page-break-after: always;
}


a[href]:after {
    content: ""; /* override Bootstrap link print */
  }


/* css to make links more usefully displayed where supported 
a:link:after,
a:visited:after,
a:hover:after,
a:active:after {
content: " <" attr(href) "> ";
color: grey;
font-style: italic;
font-weight: normal;
}

a[href^="/"]:after {
content: " <"attr(href)"> ";
}

a[href^="mailto"]:after {
content: "";
}
*/