div.cf_wrapper {
  padding: 0px;
  position: relative;
  left: 0px;
  top : -20px;
}
	
div.cf_element {
		padding: 0px;
		width: 100%;
		height: 1px;
		background-color: transparent;
		border: 0px solid #ccc;
}
	
div.cf_element div.content {
		padding: 0px;
}

div.cf_element div.content h3 {
		padding-top: 0px;
		margin-top: 0px;
}

