/* Homerton print styles */

/* General reset and font size change */

	@page {
		margin: 1.75cm 2cm;
		padding: 0;
	}

	body {
		font-family: Arial, Helvetica, sans-serif;
		background: none !important;
		color: #000000 !important;
		border: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		font-size: 10pt !important;
		line-height: 1.3 !important;
	}


/* Fonts */

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 10px 0 10px 0 !important;
		min-height: 0 !important;
		font-weight: normal !important;
	}

	h1 {
		font-size: 14pt !important;
	}

	h2 {
		font-size: 12pt !important;		
	}

	h3 {
		font-size: 11pt !important;
	}

	h4,
	h5,
	h6 {
		font-size: 10pt !important;						
	}

	p, 
	li,
	td,
	th,
	label,
	input,
	select,
	textarea {
		font-size: 9pt !important;
		font-weight: normal !important;
	}

	textarea {
		overflow: visible !important;
	}

	th {
		font-weight: bold !important;
		background-color: #EBEBEB !important;
	}

	td {
	   	padding: 2px 5px !important;
    }	

	a {
		color: #000000 !important;
	}

	.site-title p {
		font-size: 12pt !important;
	}


/* End fonts */


/* Hides unwanted fields, buttons, blocks etc */

	.skip-link,
	.site-icon,
	.trust-logo,
	.primary-navigation,
	.related-content,
	#footer,
	.timeline-img {
		display: none;
	}

/* shows content URLs */

	.article-content a::after{
    	content: " (" attr(href) ") ";
  	}

/* end print styles */