.textInput {
  height:1.2em;
  font-size:1em;
  max-width:83%; 
  margin-left:78px;
  margin-top:3px;
  padding:3px;
  border:2px solid black;
  padding-right:22px;
}

#textInputAll {
  margin-left:30px;
}

.textInput:valid {
  background-image: url('images/tick.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size:20px;
}

.questions {
  padding-left:80px;
  text-indent:-98px;
}

#textInputCheck, #textInputNext {
  margin-left:90%;
}

#textInputErrorMessage {
  margin-top:-17px;
}

@media only screen and (max-width: 830px) {
  .textInput {
    max-width:74%;
  }
  #text {
    margin-left:60px;
  }
  #numberAndHeading {
    margin-left:60px;
  }
  #textInputAll {
    margin-left:10px;
    margin-right:40px;
  }
}
