#radiobuttons {
  line-height:2.1;
}

#radiobuttonsCheck,#radiobuttonsNext {
  margin-left:65%;
  margin-top:190px;
}

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

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

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

.columnRight {
  list-style-type:none;
  float:right;
  width:40%;
  margin-top:-50px;
}

.columnRight li {
  display:inline;
}

table,th,td,tr {
  border:2px solid lightblue;
  border-collapse:collapse;
  padding:4px;
}

th {
  background-color:#DEE9C9;
}

#tablePronoun {
  margin: 40px 0px 40px 10%;

}

@media only screen and (max-width: 1050px) {
  .radioQuestion {
    width:30%;
  }
  .columnRight {
    margin-top:0px;
  }
}

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