﻿
.interaction-hoverEffect {
}

    .interaction-hoverEffect:hover {
        opacity: 70%;
        cursor: pointer;
    }

.interaction-cursor-pointer {
    cursor: pointer;
}
