#holder {
    margin: 0 auto;
    background: rgba(0,0,0,0.5);
    padding: 25px;
    
    color: #EEE;
    font-size: 20px;
    text-align: center;
    line-height: 25px;
    text-shadow: 0 3px 3px #333;
    font-family: 'Raleway',sans-serif;
  
    width:70%;
    min-height: 200px;
  }
  #holder p {
    color: #fff;
  }
  #holder a {
    color: #ed1849;
  }
  #root .question-area {
      display: none;
      margin-top:5%;
  }
  .btn-overlay {
    display: inline;
  }
  .answer-area {
    text-align: center;
    color: #000;
  }
  .answer-area input {
    margin: 0px auto;
  }
  .question {
    text-align: center;
    /*margin-top: 20%;*/
    font-size: 160%;
    margin-bottom: 15px;
    line-height: 40px;
  }
  #root #q10 {
    display: block;
  }
  
  #cover_letter {
    width: 500px;
  }
  div label {
    display: inline;
  }
  #vertical-options, #profile-area {
    width: 300px;
    text-align: left;
    margin: 0px auto;
    color: #fff;
  }
  #message-area {
    color: #ff6600;
    text-align: center;
  }
  .back-button {
    margin-top: 20px;
    display: none;
  }
  #thank-you p {
    text-align: left;
  }
  #root {
    padding: 50px 0 0 0;
  }
  
  @media only screen and (max-width: 420px) {
      .question { 
        font-size: 18px; 
      }
      #holder {
        margin-top:20px;
      }
  }
  