$(document).ready(function(){
	$(".group:first").css({
		background: "none",
		paddingTop: "10px"
	}).find("h4").remove();
});
