<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#accordion,
#accordion2 {
  padding-left:10px;
}
#accordion h2,
#accordion2 h2 {
  font-size: 1.1em;
  margin-top: 15px;
  padding-left: 10px;
}
#accordion h2:hover,
#accordion2 h2:hover {
  background:#E7EAF1;
  }
.question {
  font-size:1.5em !important;
}
.ui-state-active {
  background-color: #E7EAF1;
}
.ui-state-active+div {
  border-left:3px solid #6F809F;
  padding-left: 20px !important;
  margin-left: 36px;
  padding-bottom: 0 !important;
}
.regular-radio,
.ui-icon {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  top:3px;
  margin-right:10px;
}
.ie8 .ui-icon,
.ie7 .ui-icon {
  height: 3px;
}

.ui-state-active .regular-radio:after,
.ui-state-active .ui-icon:after {
  content: ' ';
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  background: #99a1a7;
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
  text-shadow: 0px;
  left: 3px;
  font-size: 32px;
}
.ui-state-active  .regular-radio,
.ui-state-active .ui-icon {
  background-color: #FFF;
  color: #99a1a7;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}
.ui-state-active .regular-radio:active,
.ui-state-active .ui-icon {
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.ie8 .ui-state-active .ui-icon,
.ie7 .ui-state-active .ui-icon  {
  background: #6F809F;
}
.regular-checkbox {
  /*display: none;*/
}
.ie8 .regular-checkbox {
  border:none;
}
.ie8 INPUT.regular-checkbox {
  border:none;
}
/*
.regular-checkbox + label {
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
  color: #99a1a7;
}

.regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: -4px;
  left: 4px;
  color: #99a1a7;
}


.big-checkbox + label {
  padding: 18px;
}

.big-checkbox:checked + label:after {
  font-size: 28px;
  left: 6px;
}
*/
.tag {
  font-family: Arial, sans-serif;
  width: 200px;
  position: relative;
  top: 5px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  float: left;
}

.radio-1 {
  width: 193px;
}

.button-holder {
  float: left;
}</pre></body></html>