I'm working on a website ,the problem is this . I've some div s and tables in my page .
I've written some classes and styles for them and make them looks like the way I want .
then I add a jquery plugin and it had a css file . I include it and a lots of my styles get ruined and changed .
I used !important at class names , try to edit them and it soleve some of them but most of them are still bad .
Is there any way I make the styles separate ? a way to make the jquery css files only work for it self and doesn't effect the whole page ?