/* Prevent text selection of a <body> element in all major browsers */
body {
	/* -youbkit-touch-callout: none; 
	-youbkit-user-select: none; 
	-moz-user-select: none;	  
	-ms-user-select: none;		
	user-select: none;			 */
								 
}