

@media (max-width: 767px) {
	body, html {
		min-width: 210px;
		margin:0;
		padding:0;
		
		height:100%;
	}
	
	
	
		body div {max-width:100%;box-sizing:border-box}
			body img {height:auto!important;max-width:100%}
			body embed, body iframe, body  video {max-width:100%}
			
			
			
			.askform {display:block;width:100%!Important;height:auto!important;table-layout:fixed;}
			.askform > tbody, .askform > tbody > tr, .askform > tbody > tr > td
			{display:block;width:100%!important;height:auto!Important;box-sizing:border-box}
			
			.ask-a-question-view input.counter, .ask-a-question-view input#name, .ask-a-question-view input#email 
			{margin:0}
			
			.ask-a-question-view .form-field textarea.field {width:100%;box-sizing:border-box}
}
