	// this css changes the sections below the tabs so there is a little less space and a little more alignment.
	
	
	//this changes some of the spacing
	.cacap-row{
		//just remove padding-top and add padding as below
		padding:15px 0 0 0;
		//leave rest as is
	}
	
	div#item-body {
		width: 750px;
		float: right;
		padding-bottom: 3em; //this is all that's added
	}
	
	#cacap-body{
		//remove padding then add
		padding-top: 15px;
		position: relative;
		clear: both;
	}
	
	//THis is a new rule
	.cacap div.profile h4 {
		background-color: #e6e6e6;
		padding: 8px;
		margin-top: 0;
	}