How to remove Tag name css from jquery?

How to remove Tag name css from jquery?

Hi,

For example
i add css like this:

 table, thead, tbody, th, td, tr {
        display: block;
    }

and I want to remove when my page go on responsive so how to remove this table tag css from Jquery?

Thanks
Chetan