/* @media only screen and (max-width: 736px),
       only screen and (max-height: 600px)  { */

@media only screen and (max-width: 736px) {
	
	/*** header styling start ***/
	h1#app_title {
		top: 0em;
	}
	p#app_subsystem {
		top: 0em;
	}
	div#application_form_div_left {
		overflow-y: auto;
    	overflow-x: auto;
	}
	
	a#application_form_print{
		visibility: hidden;
	}
	
	.na-print_prompt {
		visibility: hidden;
	}
}	
	
