/* Varial Content Guard - minimal CSS */
.vcg-no-select, .vcg-no-select * {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
img.vcg-no-drag {
    -webkit-user-drag: none !important;
    user-drag: none !important;
}
