#container {
  font: 12px 'Sans Serif';
  color: #34464e;
  background: white;
  padding: 10px;
}
#container h3 {
  padding-bottom: 9px;
  border-bottom: 2px dotted grey;
  font: 16px 'Sans Serif';
  font-weight: bold;
}
.ce_accordion .toggler:after {
    content: "(+)";
}
.ce_accordion .toggler.active:after {
    content: "(-)";
}
