
ul.syllabi-topics {
    margin-left: 10px;
    cursor: pointer;
}
li.has_childrens::before
{
    content:"\f0da"!important;
}
li.has_childrens.open::before
{
    content:"\f0d7"!important;
}