﻿@media print {
	body {
		background-image: none;
		background-color: #ffffff;
		color: #000;
	}
	#PrintButton {
		display: none;
	}
	#BeginInterviewButton {
		display: none;
	}
	#header {
		display: none;
	}
	#footer {
		display: none;
	}
	
	.signature-line {
		border-bottom: 1px solid #000000;
	}
	.SubClassLabelClass {
		border-bottom: 1px solid #000000;
	    color:  #000000 !important;
	}
	#print-payment-button {
		display: none;
	}
    .client-top-header {
        display: none;
    }
    .page-top-header {
        display: none;
    }
    .page-inner-wrap {
        float: none !important;
        height: auto !important;
        width: auto !important;
    }
    .page-wrapper {
        height: auto !important;
    }
    .page-right-container {
        height: auto !important;
        width: auto !important;
        min-height: auto !important;
    }
}
