#blankNext, #manchesterCheck {
  display:inline;
  margin-left:90%;
}

#tableParagraphs {
  width:75%;
  margin-left:10%;
}

#pastToFuture {
  width:65%;
  margin-top:30px;
  margin-bottom:30px;
}

#tableSwim {
  width:75%;
  overflow-x:scroll;
}

#tableSwim th {
  background-color:#00B8E0;
  color:white;
}
/* for 22.1*/

.paragraphIndent {
  text-indent:40px;
}

.text {
  line-height:1.2;
}

input {
  padding:4px;
}

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

.wrap {
  display: flex;
  overflow: hidden;
  justify-content:space-evenly;
}

#leftColumn, #rightColumn {
  flex-basis: 35%;
  padding:6px;
  border: 2px solid black;
  line-height:1.6;
}

#blankErrorMessage {
  margin-top:-20px;
}

@media only screen and (max-width: 830px) {
  #pastToFuture {
    width:100%;
  }
}