.palladium106,
.palladium106 *{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.palladium106 img{
  -webkit-user-drag: none;
  user-drag: none;
}

.allow-copy{
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}