/**
 * Prevent unwanted selection that may happen on swipe.
 */
#colorbox {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
