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

body.dcc-protect-no-select,
body.dcc-protect-no-select * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body.dcc-protect-no-select input,
body.dcc-protect-no-select textarea,
body.dcc-protect-no-select [contenteditable="true"] {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
