/**
 * Styles for the helpfulness form.
 */

.helpfulness_yes_title {
  display: none;
}

.helpfulness_no_title {
  display: none;
}

.helpfulness_yes_description {
  display: none;
}

.helpfulness_no_description {
  display: none;
}

.form-item-helpfulness-comments {
  display: none;
}

.helpfulness_submit_button {
  /*display: none;*/
  display:block;
}

.useragent_description {
  font-size: smaller;
}

#block-helpfulness-helpfulness{
  padding:2rem;
  margin-top:2.3rem;

}