header nav, footer {
	display:none;
}
img {
	max-width:500px;
}
@page {
	margin:0.5cm;
}
@page :left {
	margin:1cm;
}

@page :right {
	margin:0.5cm;
}
@page :first {
	margin:1cm 0.5cm 1cm 1cm;
}
body {
	font-size:10pt;
	line-height:1.3;
}
h1 {
	font-size:14pt;
}
h2 {
	font-size:12pt;
	margin-top:25px;
}
aside h2 {
	font-size:18pt;
}
blockquote, ul {
	margin:0;
}
ul {
	list-style:none
}
li {
	content:"» ";
}
header .print {
	display:block;
}
p a:after {
	content:" (" attr(href) ")";
	font-size:80%;
}
p a[href^="http://"]:after {
	content:" (" attr(href) ")";
	font-size:90%;
}
p a:after {
	content:" " attr(href) ")";
}
p a[href^="#"]:after {
	display:none;
}
p a[href^="http://"]:after, a[href^="https://"]:after {
	content:" (" attr(href) ")";
}
p a {
	word-wrap:break-word;
}
a {
	color:#000;
}
table, 
tr,
td {
	font-size:8pt;
}
/* Hides the bottom scrollbar */
.table-responsive {
	overflow:hidden;
}