﻿.manualValidateInviteBtn {
    opacity: 0;
}

#appUserFriendsTable tr:hover .manualValidateInviteBtn {
    opacity: 1;
}