.helpful-block-content {
  background: #f1f1f1;
  border: 1px solid #dbd8d8;
  padding: 20px;
  margin: 0 0 20px;
  position: relative;
  overflow: auto;
  color: #555;
  font-family: inherit;
  font-size: 1em;
  font-weight: 300;
}

.helpful-block-content ul,
.helpful-block-content ul p {
  margin-bottom: 0px !important;
}

.helpful-block-content .wth-loader {
  background: url(../gif/ajax-loader.gif) no-repeat;
  width: 43px;
  height: 11px;
  margin: 3px;
}

.helpful-block-content .wth-success {
  color: #24890d;
  font-weight: normal;
  font-size: 1em;
}

.helpful-block-content .wth-error {
  color: #ff0000;
}

.helpful-block-content .wth-title {
  font-size: 1em;
  margin: 10px;
}

.helpful-block-content .wth-share-title {
  font-size: 1em;
  margin: 10px;
  font-style: italic;
}

.helpful-block-content .wth-share-box {
  background: #e9e7e8;
  padding: 20px;
  margin-top: 10px;
}

.helpful-block-content .wth-fb-share-button {
  background: #416198;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.8em;
}

.helpful-block-content .wth-tweeter-share-button {
  background: #55acee;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  font-size: 0.8em;
}

.helpful-block-content .wth-fb-share-button:hover {
  opacity: 0.9;
  background: #416198 !important;
}

.helpful-block-content .wth-tweeter-share-button:hover {
  opacity: 0.9;
  background: #55acee !important;
}

.helpful-block-content ul li {
  display: inline;
  list-style: none;
  margin: 5px 0px !important;
}

.helpful-block-content ul li a,
.helpful-block-content .wth-submit {
  display: inline-block;
  text-align: center;
  padding: 4px 12px;
  text-decoration: none;
  color: #444;
  background: #f1f1f1;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
}

.helpful-block-content .wth-submit:hover {
  background: #be0020;
}

.helpful-block-content ul li a:hover {
  background: #fff;
}

.helpful-block-content ul li textarea.wth-message {
  margin-top: 0px !important;
  clear: both;
  display: block;
  border: 1px solid #dbd8d8;
  min-height: 100px;
  width: 100%;
  margin-bottom: 10px;
  color: #999999;
  font-weight: 300;
}

.helpful-block-content .wth-submit {
  float: right;
  background: #d50032;
  color: white !important;
  padding: 10px !important;
  font-weight: 300;
}

.wth-green-btn {
  background: green;
  color: white;
  padding: 10px;
}

.wth-red-btn {
  background: red;
  color: white;
  padding: 10px;
}

.wth-green-btn:hover,
.wth-red-btn:hover {
  opacity: 0.7;
}

.wth-green-btn:before,
.wth-red-btn:before {
  padding-right: 5px;
}

@font-face {
  font-family: "icomoon";
  src: url("../eot/icomoon93bc.eot?n4kppl");
  src: url("../eot/icomoon93bc.eot?n4kppl#iefix") format("embedded-opentype"),
    url("../ttf/icomoon93bc.ttf?n4kppl") format("truetype"),
    url("../woff/icomoon93bc.woff?n4kppl") format("woff"),
    url("../svg/icomoon93bc.svg?n4kppl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.helpful-block-content [class^="icon-"],
.helpful-block-content [class*=" icon-"],
.helpful-block-content [class^="icon-"]:before,
.helpful-block-content [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */

  font-family: inherit;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.helpful-block-content [class^="icon-"]:before,
.helpful-block-content [class*=" icon-"]:before {
  font-family: "icomoon" !important;
}
.helpful-block-content .icon-sadheart:before {
  content: "\e908";
}

.helpful-block-content .icon-happyheart:before {
  content: "\e909";
}

.helpful-block-content .icon-sad:before {
  content: "\e90a";
}

.helpful-block-content .icon-happy:before {
  content: "\e90b";
}

.helpful-block-content .icon-emoji-sad:before {
  content: "\e90c";
}

.helpful-block-content .icon-emoji-happy:before {
  content: "\e90d";
}

.helpful-block-content .icon-heart-broken:before {
  content: "\e90e";
}

.helpful-block-content .icon-heart:before {
  content: "\e90f";
}

.helpful-block-content .icon-thumbsdown:before {
  content: "\e910";
}

.helpful-block-content .icon-thumbsup:before {
  content: "\e911";
}

.helpful-block-content .icon-thumbs-down2:before {
  content: "\e906";
}

.helpful-block-content .icon-thumbs-up2:before {
  content: "\e907";
}

.helpful-block-content .icon-thumb_up:before {
  content: "\e904";
}

.helpful-block-content .icon-thumb_down:before {
  content: "\e905";
}

.helpful-block-content .icon-thumbs-o-down:before {
  content: "\e900";
}

.helpful-block-content .icon-thumbs-o-up:before {
  content: "\e901";
}

.helpful-block-content .icon-thumbs-down:before {
  content: "\e902";
}

.helpful-block-content .icon-thumbs-up:before {
  content: "\e903";
}

.helpful-block-content .fc-disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.3;
}

.helpful-adminbar-notification-green {
  background: #49a249 !important;
}

.helpful-adminbar-notification-red {
  background: #fb4949 !important;
}

.wth-feedback-error {
  border: 2px solid #ff0000 !important;
}
