#ad-occupations-collapse a.collapsed:after {
    content: '+ Daha fazla';
}

#ad-occupations-collapse a:not(.collapsed):after {
    content: '- Daha az';
}

#ad-occupations-collapse #collapseExample.collapse:not(.show) {
    display: block;
    /* height = lineheight * no of lines to display */
    height: 2.5em;
    overflow: hidden;
}

#ad-occupations-collapse #collapseExample.collapsing {
    height: 4.5em;
}
