#block-acf-feedback-feedback {
  margin: 32px auto 20px;
  max-width: 300px;
}

#below #block-acf-feedback-feedback {
  margin: 0 auto;
}

#block-acf-feedback-feedback #acf-feedback-form {
  background: #90BFE1;
  padding: 20px;
  color: #264A64;
  position: relative;
  margin-top: 20px;
  padding-top: 46px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: helvetica, arial, sans-serif;
}

#block-acf-feedback-feedback h4.helpful-title {
  color: #fff;
  position: absolute;
  top: -12px;
  right: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  background: url(../images/feedback-talk-bubble.png) no-repeat 20px bottom;
}

#block-acf-feedback-feedback h4.helpful-title span {
  display: block;
  background: #264A64;
  font-size: 14px;
  padding: 0 20px;
  line-height: 42px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#acf-feedback-form .form-item {
  margin: 0;
}

#acf-feedback-form .surveyNav {
  margin: 16px 0 12px;
}

#acf-feedback-form a.stepper {
  font-weight: bold;
  color: #264A64;
  font-size: 12px;
}

#acf-feedback-form .form-type-checkbox.form-item-yes,
#acf-feedback-form .form-type-checkbox.form-item-no {
  background: #3B698A;
  width: 115px;
  height: 42px;
  float: left;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 42px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #386c90;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#5085aa), to(#386c90));
  background: -webkit-linear-gradient(#5085aa, #386c90);
  background: -moz-linear-gradient(#5085aa, #386c90);
  background: -ms-linear-gradient(#5085aa, #386c90);
  background: -o-linear-gradient(#5085aa, #386c90);
  background: linear-gradient(#5085aa, #386c90);
  -pie-background: linear-gradient(#5085aa, #386c90);
}

#acf-feedback-form .form-type-checkbox label.option,
#acf-feedback-form .step2 .form-type-textarea label {
  font-weight: bold;
}

#acf-feedback-form #edit-reason-no .form-type-checkbox label.option,
#acf-feedback-form #edit-reason .form-type-checkbox label.option {
  font-weight: normal;
}

#acf-feedback-form .step1,
#acf-feedback-form .step2,
#acf-feedback-form .step3,
#acf-feedback-form .step4 {
  margin-top: -15px;
}

#acf-feedback-form .step1 div.label,
#acf-feedback-form .step1 .form-item-reason-other label {
  font-weight: bold;
  margin-bottom: 10px;
}

#acf-feedback-form .step1 #edit-reason-no,
#acf-feedback-form .step1 #edit-reason {
  margin-bottom: 10px;
}

#acf-feedback-form .step1 #edit-reason-no .form-type-checkbox,
#acf-feedback-form .step1 #edit-reason .form-type-checkbox {
  margin: 0 0 5px;
  font-size: 12px;
}

#acf-feedback-form .step1 .form-item-reason-other input.form-text {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  width: 100%;
  border: 1px solid #6b9fc5;
  font-size: 12px;
  padding: 4px 8px;
  font-family: helvetica, arial, sans-serif;
}

#acf-feedback-form .form-type-checkbox.form-item-yes input,
#acf-feedback-form .form-type-checkbox.form-item-no input {
  margin: 0 6px 0 12px;
}

#edit-helpful .form-item-yes {
  margin-right: 15px;
}

#acf-feedback-form #edit-listening {
  text-align: center;
}

#acf-feedback-form .form-item-response label {
  line-height: 19px;
  margin-bottom: 6px;
}

#acf-feedback-form .form-item-response textarea {
  border: 1px solid #6b9fc5;
}

#acf-feedback-form .form-item-response {
  margin-bottom: 10px;
}

#acf-feedback-form input#edit-submit {
  color: #fff;
  cursor: pointer;
  padding: 0 20px;
  margin: 0;
  height: 26px;
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #386c90;
  background: #5085aa; /* Old browsers */
  background: -moz-linear-gradient(top,  #5085aa 0%, #386c90 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5085aa), color-stop(100%,#386c90)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #5085aa 0%,#386c90 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #5085aa 0%,#386c90 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #5085aa 0%,#386c90 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #5085aa 0%,#386c90 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5085aa', endColorstr='#386c90',GradientType=0 ); /* IE6-9 */
}

#acf-feedback-form input#edit-submit:hover {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#396a8e), to(#386c90));
  background: -webkit-linear-gradient(#396a8e, #386c90);
  background: -moz-linear-gradient(#396a8e, #386c90);
  background: -ms-linear-gradient(#396a8e, #386c90);
  background: -o-linear-gradient(#396a8e, #386c90);
  background: linear-gradient(#396a8e, #386c90);
  -pie-background: linear-gradient(#396a8e, #386c90);
}

#acf-feedback-form fieldset legend {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

body.page-admin-feedback table td.reasons,
body.page-admin-feedback table th.message {
  width: 150px;
}

body.page-admin-feedback table td.reasons ul li {
  line-height: 13px;
  list-style-type: disc;
}
