@media only screen and (max-width: 979px) {
	.wraptable td, .menutitle, .menusmalltext, .menulargetext {
		display:block;
		text-align:left !important;
		/*white-space: nowrap;*/
		width:100%
	}
	.lstasbox
	{
		display:block;
	}
	textarea, select
	{
		width:200px;
	}

	.smallestdropdown, .smallesttextbox, .whitetextboxesleftnomal, .whitetextboxes, .biginput, .editfieldtext,.editFieldText1
	{
		width:40px !important;
	}

	input[type="text"],.searchbox
	{
		width:200px;
	}
	
	.smalltextbox, .smalldropdown, .smalltextarea,.dateBox,.datebox
	{
		width:100px !important;
	}
	.smallestdropdown
	{
		width:40px !important;
	}

	

	/*.wraptable:first-child > tbody > tr > td,.wraptable:first-child > thead > tr > th,.wraptable:first-child > thead > tr > td,.wraptable:first-child > tr > td
	{
		padding-left:7px !important;
	}*/

	.wraptable td
	{
		padding-left:7px !important;
	}
	
	/**REMOVE NESTED PADDING*/
	.wraptable table td
	{
		padding-left:0px !important;
		/*border:1px solid red;*/
	}



	

	

}