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

div.wcag2 dt {
    display: list-item;
    list-style-type: disc;
    float: left;
    font-weight: bold;
    margin-left: 2em;
    margin-right: 1ex;
    line-height: 1.5;
    clear: both;
}

div.wcag2 dt::after {
   content: ":";
}
div.wcag2 dl dd {
    margin: 0 0 .5em 2em;
}
div.wcag2 dd > p:first-child, 
div.wcag2 li > p:first-child {
    float:left;
    margin-top: 0;
}

div.wcag2 dd p {
    margin: 1em 0;
    margin-top: 1em;
}

div.wcag2block .radio-item input[type="radio"],
div.wcag2block .radio-item label.radio-label {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  pointer-events: none; 
}
div.wcag2nocontainer {
    border:none !important;
    box-shadow:none !important;
}
div.wcag2nocontainer .question-code {
    display:none;
}