/* Restrict ordinary page text selection; preserve visitors' editable responses. */
body,body *{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}
body input,body textarea,body [contenteditable="true"],body [contenteditable="true"] *,body [contenteditable=""],body [contenteditable=""] *,body [role="textbox"]{-webkit-user-select:text;user-select:text;-webkit-touch-callout:default}
