.wrapper {
      width: 100%;
      position: absolute;
      top:0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      font-family: Arial, "Open Sans";
    }

.options {
      margin: auto; 
    }
    
label {
      display: inline-block;
      width: 100%; 
      text-align: left;
      margin-left: 15px;
    }
    
.option {
       display: flex;
       margin-bottom: 10px;
    }

.optHeader {
       display: block;
}

#save_btn {
      background-color: black;
      color: white;
      padding: 7px 20px;
      margin: 8px 0;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-size: 20px;
    }

#succesView {
      width: 100%;
      margin: 30px 0 15px 0;
      padding: 20px 0 20px 0; 
      font-size: xx-large;
      font-weight: bolder;
      text-align: center;
      text-shadow: 1px 1px 2px grey, 0 0 25px grey, 0 0 5px grey;
      display: none;
    }

#email_address {
    display: block;
    width: 50%;
    height: 17px;
}

#email_address_label {
  display: block;
  margin-left: 0;
}

.email_field {
  margin-bottom: 20px;
}

#error_msg {
  display: none;
  font-family: Arial;
  font-size: 12px;
  color: #CC0000;
  font-weight: bold;
  text-decoration: none;
  font-style: italic;
  margin: 0 0 2px 7px;
}

#questions_section {
  padding-top: 20px;
}