
			/*html overflow*/
			.htmldisplay {
				overflow-x: auto;
			}
			/*img*/
			.htmlimg {
				width: auto;
				height: auto;
				max-width: 100%;
			}
			.verticalfont.widthfont img,
			.htmldisplay img {
				width: auto;
				height: auto;
				max-width: 100%;
			}
			.verticalfont.widthfont table,
			.htmldisplay table {
				width: auto;
				height: auto;
				max-width: 100%;
			}
		