/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
.ls-answers tbody .answertext {
    text-align: left;
}
.table>:not(:first-child) {
    border-top: 1px solid;
}
.mytooltip
{
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
    color: blue;
}

/*Hiermee wordt het getal verwijderd boven een slider bij vragen waar dit niet nodig*/
.no-tooltip .slider .tooltip {
    display: none !important;
}

.subvragen-links .control-label {
    text-align: left !important;
}