@media screen {
	.uk-print-only {
		display: none !important;
	}
}
@media print {
	.uk-screen-only {
		display: none !important;
	}
}

#print img {
	max-height: 50px;
}

#toolbar,
#toolbar-mobile,
#top-banner,
#search,
#search-mobile,
#sidebar,
.uk-sticky-placeholder,
.tm-scrooler,
.tm-filters,
.tm-banner {
	display: none;
}
#content {
	width: 100%;
}

a {
	text-decoration: none !important;
}

.uk-panel-block {
	border: none;
}
.uk-panel-block > .uk-panel-title {
	background: none;
	color: inherit;
	padding: 0;
	margin: 0 0 15px 0;
}
.uk-panel-block > .uk-panel-title:before {
	content: "";
	display: none;
}
.uk-panel-block > .uk-panel-title:after {
	content: "";
	display: none;
}
.uk-panel-block > .uk-panel-body {
	padding: 0;
}

/* Banners */
.adform-adbox,
.tm-banner {
	display: none !important;
}

