.demInfo > .title > p {
  font-size: 32px;
}
#genderDiv {
  height: 10%;
}
#genderDiv p {
  display: inline;
  font-size: 24px;
}
#genderDiv input {
  margin-top: -8px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
#ageDiv {
  height: 25%;
}
#ageDiv p:nth-of-type(1) {
  vertical-align: top;
  float: top;
  display: inline;
  font-size: 24px;
}
#ageDiv p:nth-of-type(2) {
  vertical-align: top;
  display: inline;
  font-size: 24px;
}
#ageRadioButtons p {
  display: inline;
  font-size: 24px;
}
#ageDiv input {
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
#ageRadioButtons {
  width: 30%;
  display: inline-block;;
}
#votingDiv {

}
#votingDiv input{
  margin-top: -8px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
#votingDiv p {
  display: inline;
  font-size: 24px;
}
