body {
  background: #ffffff;
}
body * {
  font-family: 'Neue Montreal', arial, sans-serif;
}
.header-logo {
  display: none;
}
.hint {
  font-size: 1.4em;
  line-height: 1.8em;
  letter-spacing: 0;
  margin: 20px auto;
  padding-bottom: 10px;
}
.hint span {
  font-family: 'TrajanPro Bold', cursive !important;
}
.hint .preview_text {
  display: inline-block;
  min-width: 120px;
  border-bottom: 2px dotted #000;
  line-height: 1;
  text-align: center;
}
.drop-a-hint-form,
.hint {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
.form-group.is-required > label:after {
  display: none;
}
.form-group.span-left,
.form-group.span-right {
  width: 100%;
}
.submit {
  font-size: 14px;
}
div[data-field-name="catch_obvious"] {
  visibility: none;
  opacity: 0;
  height: 1px;
  padding: 0;
}
.button {
  background-color: #f05152;
  border-color: #f05152;
}
