#question_wrapper {
  padding: 30px;
  background-color: #d3ab6d;
  font-family: Georgia,"Times New Roman",Times,serif;
  text-align: left;
}
  #question_wrapper a {
    color: #000;
    font-family: Georgia,"Times New Roman",Times,serif;
  }
  #question_wrapper h1 {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 300%;
    text-align: center;
  }
  #question_wrapper h2, h3 {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 150%;
    color: #515d51;
    line-height: 150%;
  }
  #question_wrapper h3 {
    font-size: 130%;
    text-align: center;
  }
  #question_wrapper p.nav_link {
    float: right;
  }
    #question_wrapper p.nav_link a {
      color: #ea4330;
      text-transform: uppercase;
      font-weight: bold;
    }
  #question_item {
    padding: 30px 70px;
  }
    #question_item ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }
      #question_item ul li {
        margin: 20px 0;
      }
      #question_item ul input {
        margin-right: 10px;
      }
      #question_item ul label {
        display: block;
        font-size: 130%;
        font-weight: bold;
      }
