@media print{

html, body {
	overflow: hidden;
	font-family: 'KantarBrownWeb-Regular',Serif;
}

header, footer {
	display: none;
}

.top-image,.grey-bar {	
	display: none;
}

.css-col,.layout-col,div,.icon-list,ul,li {
	float: none !important;
	width: auto !important;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
	overflow: visible !important;
	clear: both !important;
	font-family: 'KantarBrownWeb-Regular',Serif;
}

.news_home_image {
	width: 270px;
}

.center-content {
	width: auto;
}

#logoprint {
	display: block;
}

}