
/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#001463;
  background:transparent url(img/plus.png) 5px center no-repeat;
  border:1px solid #CCCCCC;
  padding:2px 0 2px 25px;
  margin:0;
  margin-bottom:0.5em;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#444444;
  background:transparent url(img/minus.png) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:100%;
  border:0;
}

/* 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 div.csc-header h3 {
  display:none;
}


