﻿@media print {

	body {
	}

	.AssessmentGridViewText td:nth-child(2){ width:20% !important;}
	.AssessmentGridViewText td:nth-child(3){ width:75% !important;}

	.AssessmentGridViewText td:nth-child(3) textarea {
		min-height: 500px !important;
		 font-size:11px !important;
		 padding:3px !important;
	}

	.SelfReferralGrid td:nth-child(1){ width:20% !important;}
	.SelfReferralGrid td:nth-child(2){ width:75% !important;}

	.SelfReferralGrid td:nth-child(2) textarea {
		min-height: 500px !important;
		 font-size:11px !important;
		 padding:3px !important;
	}
}
