@media print {
	/* SECTION 1: Set default width, margin, float, and
   background. This prevents elements from extending 
   beyond the edge of the printed page, and prevents
   unnecessary background images from printing */
	body, #content, #container {
	   width: 100%;
	   margin: 0;
	   float: none;
	   background: #fff url(none);
	}

	/* SECTION 2: Remove any elements not needed in print. 
	   This would include navigation, ads, sidebars, etc. */
	#topnav, #navbar, #nav, #sidebar, .ad, .noprint {
	   display: none; 
	}

	/* SECTION 3: Set body font face, size, and color.
	   Consider using a serif font for readability. */
	body {
	   font: 1em Georgia, "Times New Roman", Times, serif;
	   color: #000; 
	}

	/* SECTION 4: Set heading font face, sizes, and color.
	   Diffrentiate your headings from your body text.
	   Perhaps use a large sans-serif for distinction. */
	h1,h2,h3,h4,h5,h6 {
	   font-family: Helvetica, Arial, sans-serif;
	   color: #000;
	}
	h1 { font-size: 40px; }
	h2 { font-size: 175%; }
	h3 { font-size: 135%; }
	h4 { font-size: 100%; font-variant: small-caps; }
	h5 { font-size: 100%; }
	h6 { font-size: 90%; font-style: italic; }

	/* SECTION 5: Make hyperlinks more usable.
	   Ensure links are underlined, and consider appending
	   the URL to the end of the link for usability. */
	a:link, a:visited {
	   color: #00c;
	   font-weight: bold;
	   text-decoration: underline; }
	#content a:link:after, #content a:visited:after {
	   content: " (" attr(href) ") ";
	}

	header,
	footer,
	.scrolling-news,
	.event-buttons,
	.primary-button,
	#event_map,
	.bread-crumb,
	.location-map,
	.app-block,
	.search-bar,
	.embeddedServiceHelpButton{
		display: none !important;
	}
	.inner-block .register-detail .register-top{
		margin-bottom: 0px;
	}
	.inner-block .register-detail .register-top{
		padding-bottom: 0px;
	}
	.inner-banner {
		height: auto;
		margin-bottom: 0;
	}
	.register-detail{
		padding: 20px 0;
	}
	.inner-banner .container .title {
		position: static;
	}
	hr{
		margin: 10px 0;
	}

	.inner-banner .container .title h1 {
		font-size: 30px;
		margin-bottom: 0;
	}

	.line {
		padding: 0;
		margin-bottom: 15px !important;
	}

	.line:first-child {
		margin-top: 25px !important;
	}

	.line:before {
		display: none;
	}

	[class^="icon-"], [class*=" icon-"] {
		display: none;
	}

	.prow .pcol {
		flex: none !important;
	}

	.inner-block .right-block {
		padding-left: 0px;
		border-left: none;
	}
	.side-block.white{
		padding-bottom: 10px;
	}
	.event-location a,.search-bar,.embeddedServiceHelpButton{
		display: none !important;
	}
	
}