@media only screen and (max-width: 480px) {
	
	body {
		 margin-left: 0px !important; 
	}
	
	#jobDescription,
	#cname{
		display:none;
	}
	
	.form_description{
		float:none !important;
		text-align:center !important;
		width:100% !important;
	}
	
	#frmFormMailContainer{
		width:100% ;
		float:none ;
	}
	
	div.col_label{
		margin-right:0px;
		width:40%;
	}
	
}