
document {
  width: 800px !important;
  padding: 20px;
  margin: auto;
}

document h1.header_tag {
  margin-bottom: 0px;
  text-align: center;
}

document .section {
  margin-bottom: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

document .section h3 {
  font-size: 16px !important;
  margin-top: 0px;
  text-align: center;
}

document input[type=text], textarea {
  width: 780px !important;
}