@charset "utf-8";
.fltrtimage { /* this class can be used to float typically an image element right in your page. This class definition makes the image disappear for handheld devices */
	float: right;
	display: none;
}
.fltlftimage { /* this class can be used to float typically an image element left in your page */
	float: left;
	display: none;
}
.fltlftimageminpadding {
	float: left;
	display: none;
}
