.hideForPrint {
	display: none;
	visibility: hidden;
}
.showForPrint {		
	display: block;
}
td.showForPrint { display: table-cell; }
body {
	overflow-x: visible;	
	background: transparent!important;
}
@page {
    size: auto;
}
.d-flex {
	
}
.bgHeader {
	display: none;
}
#navigation {
	display: none;
}
#footer {
	display: none;
}

#separatorBar {
	display: none;
}
#topNav {
	display: none;
}

#orgName {
	display: none;
}
#contentcolumn {
	margin-left: 0px;
	border: 0px;
}
.helpShowContent {
	overflow:visible;
	float:none;
	width: 100%;
	height: 100%;
}

#skillAssessmentPrintBox {
	font-size:8pt;
}
input{
	width: 5pt;
	height: 5pt;
}


/* Help Document */
.videoDescription { 
	display: none;
}
.videoDescriptionForPrint { 
	display: block;
}
#helpContainerContentNav {
	position: relative !important;
	overflow: visible !important;
}
#helpContent {
	position: relative !important;
	left: 0 !important;
	overflow-y: visible !important;
}
#helpNavContainer {
	position: relative !important;	
	width: 0px !important;
    display: none !important;
}
#helpContainer {
	height: auto !important;
}

#popupAjaxBox, .ui-dialog {
	border: none;
}