/* =Print
----------------------------------------------- */
.appLogoPrint{
	display:none;
}


@media print {
	
body {
		background: none !important;
		color: #000;
		font-size: 10pt;
		line-height: 1.2;
		margin:0;
		padding:0;
}

.dateTime, .menu-footerlinks-container, .widget-area, .appTop, .appCmsMenu, #qaplus_searchform, .breadcrumb{
	display:none;
}

.appLogoPrint{
	display:block;
}

img {
	max-width: 300px;
}

a {
	color: #000;
	text-decoration:none;
}
#content, .wrapper, #main { 
	width: 100%; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	float: none !important; 
	color: #000; 
	background: #FFF; 
}

@page {
	margin: 1.5cm 0.8cm 2cm;
}

.entry-header .entry-title {
    font-size: 1.5rem;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
}

.entry-content h2, .comment-content h2, .mu_register h2, .entry-content .qa-faqs h2, .entry-content h3, .comment-content h3 {
    font-size: 1rem;
	font-size: 14px;
    line-height: 1.2;
	font-weight: bold;
}
.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
    line-height: 1.2;
    margin: .2rem 0;
}
.entry-content h1, .comment-content h1, .entry-content h2, .comment-content h2, .entry-content h3, .comment-content h3, .entry-content h4, .comment-content h4, .entry-content h5, .comment-content h5, .entry-content h6, .comment-content h6 {
    margin: 1.71429rem 0 .5rem 0;
}
.qa-faq.cf {
	margin: 1.71429rem 0;
	line-height: 1.2;
	}
	
p {
	line-height: 1.2;
	}	
}
