body {
  padding: 0;
  margin: 0;
}
.pdf_form .caption {
  font-weight: bold;
}
.pdf_form input[type=text],
.pdf_form input[type=email],
.pdf_form input[type=tel] {
  weight: 400px;
}
.pdf_form .field + .caption,
.pdf_form .field + fieldset,
.pdf_form fieldset + .caption {
  margin-top: 10px;
}
.pdf_form fieldset {
  border: 1px dotted #000;
  padding: 0 15px 15px 15px;
  margin: 15px 0;
  position: relative;
}
.pdf_form legend {
  padding: 0 6px;
  font-weight: bold;
}
