
/* 2021-07-27 RCW This is a fix for the move cursor on hover over images with links  */
.wiki-content img.confluence-embedded-image,
.wiki-content img.editor-inline-macro,
.wiki-content table.wysiwyg-macro {
    cursor: pointer !important;
}


