.webform-options-display-buttons input:checked + label.webform-options-display-buttons-label {
    color: #000;
    border-color: #0074bd;
    background-color: #DAF7A6;
    font-weight: bold;
}
#edit-exit-classified {
    box-shadow: 5px 5px 5px lightblue;
}
#edit-exit-no-classified {
    box-shadow: 5px 5px 5px lightblue;
}
.tippy-box {
max-width: none !important; 
}
body {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
