jQuery(document).ready(function($) {
	$('.rates tbody tr:nth-child(2n)').addClass('even');
});
