#toolkit2Check,#toolkit2Next {
  margin-left:90%;
  margin-top:50px;
}

#toolkit2ErrorMessage {
 margin-top:-30px;
 max-width:70%;
}

#toolkit2Instructions {
  margin-left:-30px;
}

#radioButtons {
  line-height:2.3;
  margin-left:20px;
}

.radioQuestion {
  float:left;
  width:30%;
  padding-left:100px;
  text-indent:-100px;
  clear:both;
  margin-bottom:10px;
}

.columnRight {
  list-style-type:none;
  float:right;
  width:60%;
  margin-bottom:20px;
}

.columnRight li {
  display:inline;
}

@media only screen and (max-width: 1100px) {
  .radioQuestion {
    width:23%;
  }
}

@media only screen and (max-width: 780px) {
  .radioQuestion {
    margin-left:-40px;
  }
}

@media only screen and (max-width: 740px) {
  .columnRight li {
    display:block;
  }
}