/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 16 September 2026 00:24:51
*/


#content-container form .disabled, #content-container form .disabled span.hint {
  color: #666;
  font-style: italic;
}
#content-container form ol.questions fieldset.radio.compact ul {
  align-items: unset;
}
#content-container form .reveal {
  animation: reveal both 2s 1;
}
@keyframes reveal {
  from {
    background: rgba(255, 255, 200, 0.3);
  }
  to {
    background: none;
  }
}
