html.no-copy-guard,
html.no-copy-guard body {
    -webkit-touch-callout: none;
}

html.no-copy-guard body {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

html.no-copy-guard input,
html.no-copy-guard textarea,
html.no-copy-guard select,
html.no-copy-guard [contenteditable="true"],
html.no-copy-guard [contenteditable=""],
html.no-copy-guard .allow-copy {
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
}
