body{
	-moz-user-select:none;
  -ms-user-select:none;
  -webkit-user-select:none;
  user-select:none;
  }
  
  body.cpn{
  -moz-user-select:unset !important;
  -ms-user-select:auto !important;
  -webkit-user-select:unset !important;
  user-select:unset !important;
  }