css which important is more importnat code example
Example: override important css
/* Override CSS with existing !important rule */
$(document).ready(function() {
$('#ID').attr('style', 'background: #095540 !important;');
});
/* Override CSS with existing !important rule */
$(document).ready(function() {
$('#ID').attr('style', 'background: #095540 !important;');
});