$(document).ready(function() {
						   
	$('div.main-a div.container-a div.panel-b div.block-a:last-child').addClass('last');

});