@charset "UTF-8";
@import "/css/all.css";
@media print {

	#header,
	#linkBar,
	#searchForm,
	#console,
	#body .sidemenu,
	#savePageAsPDF,
	#footer,
	.likes
	{ display: none }

	#breadcrumbs { margin-top: 1em }

	#document { clear: both }
	#document p { text-align: justify }

	#datetime { top: 0 }
	#signature { width: 80%; margin: 2em auto 0 auto; padding-top: 1em; border-top: 1px solid #333 }

	h1 { page-break-before: avoid }
	#title { margin-top: 1em }

	.fc-button{
		display:none;
	}
	
	
}