/* just a little gab */
#rgaccord2-nest {
  margin:10px 0;
}

/* Toggle default */
h3.rgaccord2-toggle {
  font-weight:bold;
  color:#791719;
  background: #F1F1F1;
  cursor:pointer;
  margin:0px 22px 3px 0px;
  background: #F1F1F1 url(plus.png) right center no-repeat;
  
}

/* Toggle act item */
h3.act {
  color:#791719;
  background: #F1F1F1;
  background: #F1F1F1 url(minus.png) right center no-repeat;
}

/* the content */
div.rgaccord2-content {
	padding:0px 20px 20px 20px;
}

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

.rgaccord2-toggle h1 {
	font-size:11px;
	color:#791719;
	padding:2px 0px 2px 20px;
	text-transform: none;
	margin-bottom:0px;

}

