/* Toggle default */
h3.rgaccord1-toggle {
	color: #bb834d;
	cursor: pointer;
	font-size: 12px;
	margin-bottom: 0px;
}

/* Toggle act item */
h3.act {
	color: #59f2e3;
}

/* the content */
div.rgaccord1-content {
/*  width: 430px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc; */
  margin: 0px;
  padding: 0px;
  margin: 0px;
}

/* 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 {

}

div .rgaccord1-content ul {
	margin: 0px;
}
