/*********************************
NEED HELP BOX ON FAQ EDIT SCREEN
*********************************/
.ewd-ufaq-need-help-text {
  margin: 24px 0 22px;
  text-align: center;
  color: #888;
  font-size: 15px;
  line-height: 1.5;
}
.ewd-ufaq-need-help-button {
  display: inherit;
  width: 70%;
  padding: 8px 0;
  margin: 0 15% 16px;
  text-align: center;
  background: #f2b52f;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.ewd-ufaq-need-help-button:hover {
  background: #d7a73f;
  color: #fff;
  text-decoration: none;
}



