@media print {
	
	@page {
	  margin: .45cm;
		font: 300 95.5% 'Open Sans', sans-serif;
	}
	
	a[href]:after {
			display: none;
	}
	
	.tblheader:after {clear: both;}
	.pcontainer:after {clear: both;}
	#grpnavigation:after {clear: both;}
	#footer {clear: both;}
	
	.span-15.prepend-1 { width: 100%; }
	.group-dashboard { width: 100%; }
	.coverage { margin-top: 8px !important;}
	
	.feed-icon { display: none; }
	.dashboard-container { display: none; }
	
	#footer .container_12 .grid_12{ display: none; }
	#footer .container_12 #footer-notices { display: none; }
	
	#synapse_profile_link { 
		visibility: visible;
		margin-top: -14px;
	}
	
	#pubtotals_attr {
		padding-top: 8px;
	}
	
	#footer .container_12 #footer-message {
		padding-top: 12px;
	}
	
	ul#grpnavigation {
		display: none;
	}
	
	.tblheader .header {
		display:inline;
	}
	.name.header {
		width: 30%;
		float: left;
	}
	.pc.header {
		width: 11%;	
		float: left;
	}
	.fa.header {
		width: 10%;	
		float: left;
	}
	.la.header {
		width: 10%;	
		float: left;
	}
	.sc.header {
		width: 12%;	
		float: left;
	}
	.hi.header {
		width: 4%;	
		float: left;
	}
	
	.pcontainer {
		display:block;
		width: 100%;
		clear: both;
	}
	a.alink.name {
		display: inline;
		width: 30%;
		float: left;
	}
	.pubcount {
		display:inline;
		width: 11%;
		float: left;
	}
	.fauthor {
		display:inline;
		width: 10%;
		float: left;
	}
	.lauthor {
		display:inline;
		width: 10%;
		float: left;
	}
	.scopus_id {
		display:inline;
		width: 20%;
		float: left;
	}
	.scopus {
		display:inline;
		width:1%;
		float: left;
	}
	a.scopus_id {
		display: inline;
		width: 12%;
	}
	
}
