/* User select settings */
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dev-only {
 display: none !important;
 width: 0 !important;
 height: 0 !important;
 visibility: hidden !important; 
}