#rgaccord2-nest {
  margin:10px 0;
}

/* Toggle default */
h3.rgaccord2-toggle {
  color: #444;
  background: #cee07c;
  padding:2px 0 2px 4px;
  cursor:pointer;
  margin: 4px 0 0 0;
  padding-left: 8px;
}

/* Toggle act item */
h3.act {
  color: #444;
  background-color: #fbb151;
  margin: 4px 0 0 0;
  padding-left: 8px;
}

/* the content */
div.rgaccord2-content {
    margin: 0 8px;
}

div.rgaccord2-content p.bodytext {
    float: none;
    margin: 0;
    padding-bottom: 10px;
}

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

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


