/* Custom CSS-Tweaks Document */

$(document).ready(function(){
	$('.postSnipp:last').addClass('lastPostSnipp');
});

