p {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

div[id^="disp"] {
  display: inline-block;
}

.questionlabel {
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
}

input[type="text"], select, div[id^="disp"] select {
  background: #f7f7f7;
  border: 1px solid #c4c4c4;
  border-radius: 0;
  box-shadow: none;
  color: #787878;
  transition: all .5s;
  height: 50px;
  font-size: 16px;
  margin: 0;
  padding: 12px;
  max-width: 100%;
}

p[id^="p"], div[id^="disp"] {
  width: 50%;
  display: inline-block;
  margin-bottom: 30px;
  text-align: left;
}

input[type="text"], select {
  width: calc(100% - 20px);
}

div[id^="disp"] p {
  width: 100%;
}

#p13{
  width: 100%;
}

input[type="submit"] {
  background: #333;
  border: 0;
  color: #f7f7f7;
  transition: all .5s;
  border-radius: 0;
  text-shadow: none;
  font-weight: normal;
  height: 50px;
  width: auto;
  font-size: 16px;
  margin: 0;
  padding: 12px;
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="submit"]:hover {
  background: #c4c4c4;
  color: #787878;
  transition: all .5s;
  border: 0;
}

.footer {
  border: none;
}

