.helpfulPoll {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

.helpfulPoll button,
.helpfulPoll select {
  text-transform: none;
}

.helpfulPoll button {
  overflow: visible;
}

.helpfulPoll button,
.helpfulPoll input,
.helpfulPoll optgroup,
.helpfulPoll select,
.helpfulPoll textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

.helpfulPoll .text-center {
  text-align: center;
}

.helpfulPoll .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.helpfulPoll .well-sm {
  padding: 9px;
  border-radius: 3px;
}

.helpfulPoll .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.helpfulPoll .btn-group,
.helpfulPoll .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.helpfulPoll .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.helpfulPoll .btn-group>.btn:last-child:not(:first-child),
.helpfulPoll.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.helpfulPoll .btn-group>.btn:first-child {
  margin-left: 0;
}

.helpfulPoll .btn-group-vertical>.btn,
.helpfulPoll .btn-group>.btn {
  position: relative;
  float: left;
}

.helpfulPoll .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.helpfulPoll .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
