body {
  padding: 10px 5px;
}

.embed .confirm h2.paidHeading {
  color: white;
}

a:link {
  color: white;
}

a:visited,
a:hover,
a:focus,
a:active {
  color: #acacac;
}

form li {
  padding: 1rem !important;
  border-radius: 4px;
}

.wufoo input.file {
  color: white !important;
}

form .instruct {
  width: 37% !important;
}

.btTxt.submit {
  background: #47cf73;
  color: #000;
  font-family: "Lato", "Lucida Grande", "Lucida Sans Unicode", Tahoma,
    Sans-Serif;
  -webkit-appearance: none;
  font-size: 1rem;
  text-shadow: none;
  line-height: 1.2;
  display: inline-block;
  padding: 10px 16px;
  margin: 0 10px 0 0;
  position: relative;
  border-radius: 4px;
  border: 3px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none !important;
  text-align: center;
  font-weight: normal !important;
}

.field.medium {
  background: #e3e4e8 !important;
  border-color: #e3e4e8 !important;
  color: #2c303a;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  font-family: "Lato", "Lucida Grande", "Lucida Sans Unicode", Tahoma,
    Sans-Serif;
  font-size: 13px;
  -webkit-appearance: none;
  border: 3px solid #d5d7de;
  border-radius: 3px;
}

.req {
  color: #FF3C41 !important;
}

.instruct {
  border-radius: 3px;
}

#header {
  display: none;
}