[class*='col-'] {
  float: left;
}
.col-2-3 {
  width: 66.66%;
}
.col-1-3 {
  width: 33.33%;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}
body {
  background-color: #FD7318;
}
.instructions-para {
text-transform: none;
font-family: sans-serif;
text-align: left;

}
.instructions-headers {
  text-align: left;
}
.instructions {
  padding-top: 10%;
  padding-bottom: 10%;
  padding-right: 5%;
  /*padding-left: 10%;*/
}
