html, body {
    -webkit-user-drag: none;
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
}

a, img {
    -webkit-touch-callout: none;
	 text-decoration: none;
}
