function add_coupon_css() {
    $('.chart_copy table tbody > tr:even').addClass('chart_copy_table_tr_alt');
    $('.specifications table tr:first-child').css('background-color', '#FFFFFF');
}

$(document).ready(add_coupon_css);