/***CUSTOM CSS RULES FOR YOUR SITE***/

body{
	-webkit-user-select: text;
	-moz-user-select: text;
	-o-user-select: text;	
	user-select: text;	
}
