find table and add a class via js
window.onload = function(){ var tab = document.getElementsByTagName('table'); tab[0].className = 'table table-hover'; }