$(document).ready(function() {

	$('.logo-line').each(function() {
		$(this).find('img:last').css({'margin': '0 0 0 0'});
		
		
		
	});

});
