body { 
	-webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
	-webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
	-webkit-user-select: text;                  /* prevent copy paste, to allow, change 'none' to 'text' */
}

a { 
	-webkit-tap-highlight-color: transparent;
}

div.apple { 
	font-family: -apple-system, Roboto, sans-serif;
}