#discussionsection, .galeryWrapper{
	display:none;
}

.headerWrapper{
	display: flex;
	flex-flow: row;
	text-align: center;
	margin-bottom: 20px;
}

.headerItem{
	width: 20%;
	vertical-align: bottom;
}

.headerHighlight{
	font-weight: 700;
}

.headerItem .imgWrapper{
	height:60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hraDetail{
	width: 640px;
    margin-left: auto;
    margin-right: auto;
}

h3 {
	font-size: 19px;
	line-height: 1.5;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #0070af;
}

h1{
	color: #0070af;
}

.brakeit{
	page-break-inside: avoid;
}

p { 
	margin-top: 0; padding-top: 0; 
}

.panelWrapper{
	/*display: flex;*/
	clear:both;
	margin-bottom: 20px;
	display: none;
}

.printhide{
	display: none;
}

/* Print Style Sheet */
@media print {
	body {
		margin-top: 1cm;
		margin-right: 1cm;
		margin-bottom: 1.5cm;
		margin-left: 1cm
	}
}
	
    