/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#98AF1F;
  line-height: 26px;
  height: 23px;
  background: #fff url(/typo3conf/ext/rgaccordion/res/img/plus.png) 5px center no-repeat;
/*  border-top:1px dotted #eee; */
  padding:1px 0 3px 28px;
/*  margin-right:32px; */
  cursor:pointer;
margin: 0;
}

/* Toggle act item */
h3.act {
  background: #fff url(/typo3conf/ext/rgaccordion/res/img/minus.png) 5px center no-repeat;
margin-bottom: 10px;
}

/* the content */
div.rgaccord1-content {
//  width: 100%;
padding-right: 28px;
}

/* 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;
}

div.rgaccord1-nest {
padding-bottom: 10px;
}
