#feedback-form {
  width: 540px;
  padding-bottom: 10px;
  font-size: 13px;
  margin: 0 auto;
}

#content p:first-child { font-size: 15px; padding-top: 0; margin-top: 0; }

#content {
    padding: 20px;
    box-shadow: 0 1px 2px rgba(6, 33, 63, 0.20);
    background: #fff;
    border-radius: 2px;
    margin: 20px 0 10px;
}

.form-controls button {
  font-size: 14px;
  padding: 6px 14px;
}
.form-controls button[type="reset"] {
  color: #d00;
}

.form-line label { 
    width: 119px;
    line-height: 26px;
    font-size: 15px;
}

.form-line input, .form-line textarea { 
    width: 400px;
    max-width: 400px;
    padding: 10px;
    box-sizing: border-box;
}
.form-line textarea { 
    max-height: none;
    height: auto;
}

.feedback-red { 
    border-color: #E7A9A9 !important;
    background-color: #fff0f0;
}

#feedback-answer {
    color: #00640b;
    display: none;
    font-size: 15px;
    text-align: center;
    line-height: 1.5em;
    clear: both;
}