$(document).ready(function() {
	$(".pet_list li:last-child").addClass('last-child');
});

