.trendingLastAction {
    
}
    .trendingLastAction:hover .message {
        display: block;
    }
    .trendingLastAction .message {
        font-size: 12px;
        display: none;
        position: absolute;
        background-color: white;
        border: 1px solid #A9A9A9;
        padding: 4px 4px;
        white-space: nowrap;
        margin-top: -25px;
        margin-left: 48px;
        z-index: 1000;
    }
    .trendingLastAction .buttonIcon {
        width: 19px;
        height: 19px;
        position: relative;
        top: -1px;
    }