html, body {
  height: auto;
  min-height: 100%;
}

[type=submit] {
    white-space: normal;
}

.frm-questions {
  margin: auto;
  width: 100%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.frm-questions > ul {
  display: inline-block;
  text-align: left;
}

.frm-questions form div {
    margin-bottom: .5em;
}

.frm-questions .normaltext {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.frm-questions .form-row {
    max-width: 640px;
    margin: auto;
}

.word-break-all {
  word-wrap: break-word;
}


@media only screen and (max-width: 767px)
  .frm-questions {
    max-width: 700px;
}

@media only screen and (max-width: 534px) {
  .resetHolder {
    text-align: center;
  }
}

