@media print {
	* {
		font-size: 12px;
	}

	p {
		margin-bottom: 0;
	}
	
	a[href]:after {
    	content: "" !important;
	}
	
	.row {
		max-width: 100% !important;
	}
	
	.row.container {
		margin-bottom: 0 !important;
	}
	
	.hentry {
		margin: 0;
	}
	
	body, html {
  		min-height: initial;
	}
	
	body {
		background-color: #fff !important;
	}
	
	body.boxed #wrapper {
		width: 100%;
		max-width: 100%;
	}
	
	ul.header-nav li {
		margin-left: 10px !important;
	}
	
	.header-wrapper {
		height: 43px !important;
	}
	
	#logo {
		padding: 0;
	}
	
	#masthead {
		height: 40px !important;
	}
	
	#masthead.stuck {
		position: relative;
	}
	
	table tr th, table tr td {
		font-size: 12px;
		line-height: 12px !important;
	}
	
	table.ipo-table tr.heading td {
		font-size: 12px;
		line-height: 12px;
		border-bottom: 1px solid;
		background: none;
		color: #000;
	}
	
	h3.section-title {
		margin: 0;
	}
	
	h3.section-title span {
		padding: 0;
	}
	
	#titlebar {
		margin: 5px 0 0;
	}
	
	#top-bar,
	.mobile-menu {
		display: none !important;
	}
	
	table.ipo-table {
		margin: 0;
	}
	
	table.ipo-table td {
		padding: 5px;
	}
	
	tr.heading {
		font-weight: bold;
	}
	
	.print-ipo,
	#header-banner {
		display: none;
	}
	
	.footer {
		padding: 5px 0 0;
	}
	
	.footer-wrapper,
	.footer-wrapper .large-3.columns.widget.left.widget_text,
	.absolute-footer {
		padding: 0;
		margin: 0;
	}
	
	.absolute-footer.dark {
		background: none;
		background-color: #fff !important;
		color: #000;
	}
	
	.copyright-footer {
		opacity: 1;
	}
	
	.absolute-footer ul li a {
		color: #000;
	}
	
}
