/* Turns off callouts, tap highlighting, text size adjusting, and copy
 * & paste selections */
* {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
}