/*tableless forms rules for smartphones*/	
@media all and (max-width:700px)
{
	
div.edittable > div, div.edittable > div > span
	{
	flex-direction:column;
	}
div.edittable > div > span > span
	{
	width: 100%;
	flex:1 !important;
    padding-bottom: 10px;
	}
	
}
