/* Deterrence for ordinary browser copying; delivered content remains accessible to the browser. */
body{-webkit-user-select:none;user-select:none}
img{-webkit-user-drag:none;-webkit-touch-callout:none;user-select:none}
input,textarea,[contenteditable=""],[contenteditable="true"],[contenteditable="plaintext-only"]{-webkit-user-select:text;user-select:text;-webkit-touch-callout:default}
