<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#form-control-notice .actions {
  max-width: 45em;
}
#form-control-notice .action {
  display: inline-block;
  padding: 0.7em 1em;
  font-size: 0.95em;
  color: #484848;
  background: #efefef;
  font-family: Arial, sans-serif;
  cursor: pointer;
  border: 1px solid #838383;
  margin-bottom: 1em;
  max-width: 32em;
  white-space: normal;
  line-height: 1.5;
  font-weight: normal;
}
#form-control-notice .action:not(:last-child) {
  margin-right: 1em;
}
#form-control-notice .action:hover, #form-control-notice .action:active, #form-control-notice .action:focus {
  background: #e0e0e0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width:680px) {
  #form-control-notice .action {
    width: 100%;
  }
}</pre></body></html>