/******************
    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
*/

/*darker text in disabled automatic boxes */
.autoVdA input.auto[readonly] {color: #7d7b7b;}

/* per https://survey-consulting.com/how-to-use-bootstrap-tooltips-at-a-limesurvey-survey/ */
.autoVdA li.radio-item label, .autoVdA li.checkbox-item label {
    width: 100%;
}
.autoVdA .tooltip .tooltip-inner {
    max-width: 75%;
    margin: auto;
}
.mytip {
    text-decoration: underline;
    text-decoration-style: dotted; 
}
.vdaHide {display:none;}
p > a {text-decoration: underline}