@media print {

	.search-form, .two-columns-wrapper > div:last-child, footer > div > div.clearfix,
	.secundary-nav, .supporters-logos, #timeline, header nav, #auth-nav, .register-club,
	.register-msg-info, .addthisWrapper, .fb-comments-wrapper
	{
		display: none;
	}

	footer p {
		font-size: 10pt;
	}

	/* @group breadcrumb */
	#breadcrumb li a {
		font-size: 12pt;
		line-height: 1.2em;
	}
	#breadcrumb li:after {
		content: '>';
		font-size: 12pt;
		margin-left: 10px;
		line-height: 1.2em;
		display: inline-block;
	}
	#breadcrumb li:first-child {
		border: none;
	}
	#breadcrumb li:first-child a {
		width: auto;
		height: auto;
		text-indent: 0;
		display: inline;
		font-size: 12pt;
		line-height: 1.2em;
	}

	/* @group typo */
	h1, h2, h3 ,h4, h5, h6 {
		font-weight: bold;
	}

	.blue-btn {
		font-size: 10pt;
	}

	.ui-accordion-content {
		display: block !important;
		height: auto !important;
	}

}