
html, body {
    margin: 0;
    padding: 0;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    background: #f9e9d8;
}

form#form34 li {
    width: 100% !important;
    list-style: none;
}

form#form34 input {
    width: 100%;
    padding: 14px 0;
    text-align: center;
    margin: 0;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    background: transparent;
    border: 0;
    box-shadow: 0;
    border-bottom: 2px solid #fe0100;
}

input#saveForm {
    border: 2px;
}

form#form34 ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.checks div {
    height: 51px;
}

input#saveForm input {
    width: 100% !important;
}

li.buttons {
    width: 100%;
}

form#form34 {
    margin: 0;
    width: 90%;
    padding: 0;
    margin: auto;
    background: tr;
}

div#container {
    width: 100%;
    margin: auto;
    max-width: 470px;
    background: transparent;
    margin-top: 50px;
}


.submitBtn {
    width: 100px;
    margin: auto;
    margin-top: 10px;
}

.wufoo .info h2 {
    text-transform: uppercase;
    font-size: 13px !important;
    font-weight: 600;
}
.checks input {
    float: right;
    color: white;
    width: 80px !important;
    text-align: right;
    margin-bottom: 11px !important;
    margin-top: -11px !important;
}

label.choice {
    float: left;
    color: #fe0100 !important;
    width: 80%;
    float: left;
}


input[type='radio'] { transform: scale(1.2); }    

.checks {
    border: 0;
    padding: 22px;
}


li.hide {
    display: none;
}

header#header img {
    width: 50% !important;
    float: left;
}

header#header {
    width: 70%;
    margin: auto;
    max-width: 880px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
  }