<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">form input, form textarea, form select {
  font-weight: 300;
  color:#000000;
}
label {
  font-weight: 700;

}
form input:required, form select:required, form textarea:required {
  font-weight: 400;
  background-color:#fbf1b7;
}

#calculator input.tickbox {
  width:20px; height:20px; float: left; margin-right: 10px;
}

.checkbox input[type='checkbox'] { float:left;width:20px;height:20px;margin-right:10px; }
.checkbox label { margin-top:7px; }


@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 991px) {

}

@media screen and (max-width: 767px) {
  .sm-hidden { display: none; }
}

@media screen and (max-width: 575px) {
  .xs-hidden { display: none; }

}</pre></body></html>