/*  css adjust -> last-child,first-child with jQuery
--------------------------------------------------------------- */
$(function() {
	$('div.section:last')
	.css("margin-bottom", "0");

})

