$(document).ready(function(){
  $('#stripe tbody tr:even').css('background-color','#dddddd');
});

