.divCAGridElement .divCATitle{
    padding: .5em 1em 0 1em;
    margin: 0 5% 1em 5%;
    font-family: 'Trebuchet MS';
    font-size: 1.4em;
    line-height: 1.2em;
    color: var(--menuAchtergrond);
    border-bottom: 2px solid var(--menuAchtergrond);

    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}


.spnCABol{
    cursor: pointer;
}

.bolGrijs{              // dit is een no-show
    color: #CCC;
}

.bolGroen{
    color: green;
}

.bolOranje{
    color: orange;
}

.bolRood{
    color: #FF0000;
}

/* dit is het regeltje als je de pin fout ingeeft */
#spnCAPINIncorrect{
    margin: 10px auto 0px auto;
    color: var(--questionFout);
    font-weight: 600;
    height: 2em;
    width: 20em;
    line-height: 2em;
}
