@media print {
.four.columns.bottom, footer, nav, .socialize, .backstretch, #toTop, .button, .ei-slider
{
	display: none !important;
}
header {
	background: none;
	height: auto;
	margin-bottom: 20px;
}
.logo img {
	width: 60%;
}
.twelve.columns.page-title {
	float: left;
}
#wrap.boxed {
    background: none;
    box-shadow: none;
    margin: 0 auto !important;
    width: auto;
}
.twelve.columns {
    width: 98% !important;
}
h2.title {
    margin-top: 30px;
    margin-bottom: 20px;
}
table th, table td {
	font-size: 12pt;
}
thead tr td {
	background-color: #e5e5e5 !important;
	-webkit-print-color-adjust: exact; 
}
#accordion h3 {
	background-color: #f4f4f4;
}
#accordion h3 a {
	color: #585858 !important;
}
.ui-accordion .ui-accordion-content {
    display: block !important;
}
}