$(document).ready(function() {
	$('.row > div:last-child').addClass('last-child');
})


