.rsce_accgroup {
  margin-bottom: 15px;
}

.ce_accordion {
  margin: 7px 0 0;
  border: 1px solid rgb(222,231,218);
  border-radius: 10px;
  background: white;
}

.mod_article section.ce_accordion:first-of-type {
  margin-top: 35px;
}

.toggler {
    padding: 7px 15px;
    cursor:pointer;
    position: relative;
    font-size: auto;
    font-weight: bold;
    color: rgb(88,133,72);
}

.right .toggler{
    margin: 0;
}

.toggler:before {
    content: "\f13a";
    font-family: 'FontAwesome';
    font-size: 1em;
    position: absolute;
    right: 15px;
    top: 7px;
    font-weight: normal;
}

.toggler.on {

}

.toggler.on:before {
    content: "\f139";
    font-family: 'FontAwesome';
    font-size: 1em;
    position: absolute;
    right: 15px;
    top: 7px;
    font-weight: normal;
}
.toggler:hover {
    color: #9EC731;
}
.toggler:hover:before{
    color: #9EC731;
}

.accordion {
    margin-top: -10px;
    padding: 17px 15px 3px;
}
