

/* just a little gab */
#rgaccord2-nest {
  margin:10px 0;
}

/* Toggle default */
h3.rgaccord2-toggle {
  font-weight:bold;
  color:#000;
  line-height: 26px;
  height: 23px;
  background: #EDEFEE;
  width: 575px;
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
  cursor:pointer;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 1px;
}

/* Toggle act item */
h3.act {
  color:#000;
  background:#AEAFB3;
}

/* the content */
div.rgaccord2-content {
  width:585px;
  border-bottom:1px solid #ccc;

}

/* 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;
}


