// javascript for table.
$(function() {
 $("table#stripe-table tr:nth-child(odd)").css("background-color", "#FDEEF4");
})

$(function() {
 $("table#stripe-table2 tr:nth-child(odd)").css("background-color", "#FDEEF4");
})


