* {
	word-wrap: break-word!important;
	white-space: normal !important;
	margin: 0;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body {
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
	overflow-y: auto;
	border: none;
	word-break: normal;
	text-align: justify;
	max-width: 666px;
}
img {
	max-width: 100% !important;
	height: auto !important;
	box-sizing: border-box;
	font-size:0px;
}
a {
	word-break: break-all;
}
.image-wrap {
	font-size:0px;
}