/* If you want to add your own CSS code, please do it in this file */

.icon-plus:before {
    content: '\e819' !important;
}

.accordion .question .title > .acc-icon-plus {
    content: '\e819' !important;
}

.icon-minus:before {
    content: '\e816' !important;
}

.accordion .question .title > .acc-icon-minus {
    content: '\e816' !important;
}