h3.rgaccord1-toggle {
  font-weight:bold;
  color: #0091D8 !important;
  line-height: 26px;
  height: 23px;
  padding: 2px 0 2px 25px;
  margin: 0px !important;
  width: 750px !important;
  background: url(img/plus.png) 5px center no-repeat;
  cursor: pointer !important;
}

/* Toggle act item */
h3.act {
  background: url(img/minus.png) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  width: 755px !important;
  padding: 10px 0px 10px 25px !important;
  margin: 0px !important;
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}

.rgaccord1-nest {
	clear: both;
	border-top: 1px dotted #0091D8 !important;
}
