.sm-show	{display:none; }

/* @media (min-width:0px) and (max-width:767px) { */
@media only screen and (min-width:0px) and (max-width:767px) {
/* As soon as we fall below the Ipad's width I use my 'mobile' design. So, everything in this query is meant for 
	smartphones and other small screens. */
	.sm-show	{display:block; }
	.sm-hide	{display:none;}
	section	{ padding:0px 0px 0px 0px;}

	[class*="rowset-"]	{  }
	[class*="column-"]	{ width:100%; margin:0px 0px 0px 0px; padding:0px 0px 25px 0px; display:block; *display:block; *margin-right:0px;  }
}

@media print {
	
	
}








