td {height: 50px !important;}
/* Override CSS with existing !important rule */ $(document).ready(function() { $('#ID').attr('style', 'background: #095540 !important;'); });