@media (max-width: 501px)
{
    table.side_stick_menu {
        display:none !Important;
    }
    .mobile-display-none 
    {
        display:none !Important;
    }
    
    table.side_stick_menu a {
        color: #000;
    }
    
    table.side_stick_menu tr td {
        cursor: pointer;
    }
    
    
}