$(document).ready(function() {
   	init();
});

function init() {	
	
	$(".tpl-new-page-wide table tr p:last-child").css("margin-bottom", "15px");
	$(".tpl-new-page-wide table tr td:last-child").css("padding-right", "0");
	
}