html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}

body {
  background: #323232;
  font-family: Ubuntu, sans-serif;
}

a {
  text-decoration: none;
}

@media (min-width: 680px) {
  body {
    padding: 10px 10px 0;
  }
}

.poll {
  width: 100%;
  max-width: 660px;
  position: relative;
  margin: 0 auto;
  background: #ffd756;
  font-size: 14px;
  font-family: Patrick Hand, Comic Sans MS, Comic Sans MS5, sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.poll #form-field-content-editable,
.poll > h2 {
  -ms-flex-order: -100;
      order: -100;
}

.poll #form-field-options {
  -ms-flex-order: -99;
      order: -99;
}

.poll #form-field-duplication-setting {
  -ms-flex-order: -98;
      order: -98;
}

.poll #form-field-commenting-status {
  -ms-flex-order: -97;
      order: -97;
}

.poll #form-field-require-recaptcha {
  -ms-flex-order: -96;
      order: -96;
}

.body-results-index .poll footer a,
.body-results-index .poll footer .embed, .poll[data-form-type="poll-vote"] footer a,
.poll[data-form-type="poll-vote"] footer .embed {
  line-height: 50px;
  background: #ca302c;
  color: #fff;
  border-radius: 3px;
  width: calc(50vw - 19px);
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.body-results-index .poll footer .embed, .poll[data-form-type="poll-vote"] footer .embed {
  background: #7c805d;
}

.body-results-index .poll footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.body-results-index .poll footer a,
.body-results-index .poll footer .embed {
  margin-top: 20px;
}

.body-results-index .poll footer button[type="button"] {
  cursor: pointer;
}

.body-results-index .poll footer button[type="button"].dropdown-active span::before {
  display: block;
}

.body-results-index .poll footer button[type="button"].top span::before {
  bottom: calc(100% + 16px);
  top: auto;
}

.body-results-index .poll footer button[type="button"] span {
  padding-left: 16px;
  background: url(../../StrawPoll/images/share.svg) top 3px left no-repeat;
  position: relative;
}

.body-results-index .poll footer button[type="button"] span::before {
  display: none;
  content: '';
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  background: #fff;
  pointer-events: none;
}

.body-results-index .poll footer a span {
  padding-left: 16px;
  background: url(../../StrawPoll/images/check-icon.svg) top 3px left no-repeat;
}

.body-results-index .poll #embed-modal.top {
  bottom: calc(100% - 69px);
}

.poll[data-form-type="poll-vote"].req-recaptcha .form-field-google-recaptcha-field {
  margin: 20px auto 0;
}

.poll[data-form-type="poll-vote"].req-recaptcha.embed .form-field-google-recaptcha-field {
  bottom: 95px;
}

.poll[data-form-type="poll-vote"] label[for] {
  min-height: 60px;
  font-size: 20px;
  font-weight: normal;
  padding: 0 14px 0 45px;
  word-break: break-word;
}

.poll[data-form-type="poll-vote"] label[for]::before {
  left: 14px;
  top: 15px;
}

.poll[data-form-type="poll-vote"] label[for]::after {
  top: 10px;
  left: 19px;
}

.poll[data-form-type="poll-vote"] label[for] span {
  display: inline-block;
  margin-top: 14px;
  padding-bottom: 14px;
}

.poll[data-form-type="poll-vote"] label[for] span::before {
  top: 15px;
  left: 34px;
}

.poll[data-form-type="poll-vote"] .covert-list div,
.poll[data-form-type="poll-vote"] .field-choice-radio {
  padding-left: 14px;
}

.poll[data-form-type="poll-vote"] input[type="radio"],
.poll[data-form-type="poll-vote"] input[type="checkbox"] {
  left: 14px;
  top: 15px;
}

.poll[data-form-type="poll-vote"] footer {
  padding-top: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.poll[data-form-type="poll-vote"] footer button[type="submit"],
.poll[data-form-type="poll-vote"] footer #edit-button,
.poll[data-form-type="poll-vote"] footer .sign-in-vote {
  display: block;
  width: 100% !important;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 70px !important;
  border-radius: 3px;
  cursor: pointer;
  max-width: none !important;
}

.poll[data-form-type="poll-vote"] footer a,
.poll[data-form-type="poll-vote"] footer button[type="button"] {
  width: calc(50vw - 19px);
  background: #7c805d;
  line-height: 50px;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
  max-width: 293px;
}

.poll[data-form-type="poll-vote"] footer a span {
  padding-left: 15px;
  background: url(../../StrawPoll/images/results.svg) top 4px left no-repeat;
}

.poll[data-form-type="poll-vote"] footer button[type="button"] {
  cursor: pointer;
}

.poll[data-form-type="poll-vote"] footer button[type="button"].dropdown-active span::before {
  display: block;
}

.poll[data-form-type="poll-vote"] footer button[type="button"].top span::before {
  bottom: calc(100% + 16px);
  top: auto;
}

.poll[data-form-type="poll-vote"] footer button[type="button"] span {
  padding-left: 16px;
  background: url(../../StrawPoll/images/share.svg) top 3px left no-repeat;
  position: relative;
}

.poll[data-form-type="poll-vote"] footer button[type="button"] span::before {
  display: none;
  content: '';
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  background: #fff;
  pointer-events: none;
}

.poll [class*=form-field-enum-choice-field],
.poll #form-field-allow-multiple-choices,
.poll #form-field-require-recaptcha,
.poll #form-field-keep-poll-anonymous,
.poll footer {
  font-family: 'Ubuntu', sans-serif;
}

.poll input[type="checkbox"],
.poll input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.poll input[type="checkbox"]:checked + label::after,
.poll input[type="radio"]:checked + label::after {
  display: block;
}

.poll.is-multi h2 {
  padding-bottom: 0;
}

.poll.is-multi h2::after {
  content: 'Select All that Apply';
  display: block;
  font-size: 13px;
  color: #8d7835;
  font-weight: normal;
  font-family: Ubuntu, sans-serif;
  letter-spacing: 0.1px;
  margin: 22px 0 10px;
  line-height: 1;
}

.poll.is-multi ul {
  padding: 0;
  list-style-type: none;
}

.poll ul {
  margin: 0;
}

.poll textarea {
  display: none;
}

.poll [contenteditable="true"] {
  cursor: text;
}

.poll [contenteditable="true"],
.poll h2,
.poll h1 {
  font-family: Patrick Hand, Comic Sans MS, Comic Sans MS5, sans-serif;
  display: block;
  background: none;
  border: none;
  width: 100%;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.6px;
  padding: 22px 14px;
  word-break: break-word;
}

.poll [contenteditable="true"]:empty::before {
  content: 'Type your question here';
  display: block;
  color: #766327;
}

.poll h1,
.poll h2 {
  margin: 0;
  font-weight: normal;
}

.poll .covert-list > div,
.poll .sp-option,
.poll .field-choice-radio {
  line-height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  border-top: 2px solid #b1b874;
}

.poll .covert-list label:not([for]) {
  display: none;
}

.poll .option-index {
  display: inline-block;
  color: #c83232;
  font-size: 29px;
  width: 69px;
  text-align: center;
  margin-right: 7px;
}

.poll .sp-option {
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  line-height: 40px;
}

.poll .sp-option p {
  margin: 0 0 0 14px;
}

.poll .option-count {
  float: right;
  font-size: 13px;
  font-family: 'Ubuntu', sans-serif;
}

.poll .option-count::after {
  content: 'Votes';
  display: inline-block;
  margin-left: 3px;
}

.poll input[type=text],
.poll label[for],
.poll .option-text {
  border: none;
  background: none;
  padding: 0 14px 0 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.poll .option-text {
  display: block;
  font-size: 20px;
  line-height: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.poll label[for*=field-keep-poll-anonymous] span {
  font-size: 13px;
}

.poll label[for] {
  cursor: pointer;
  font-weight: bold;
  line-height: 30px;
  padding: 0;
}

.poll label[for]::before, .poll label[for]::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.poll label[for]::before {
  top: 0;
  left: 0;
  background: #fff;
  border: 2px solid #e4b827;
  width: 30px;
  height: 30px;
}

.poll label[for]::after {
  display: none;
  top: -5px;
  left: 5px;
  width: 30px;
  height: 30px;
  background: url(../../StrawPoll/images/check.svg) center/contain no-repeat;
  z-index: 2;
}

.poll input[type=text],
.poll .option-text {
  margin-left: 14px;
}

.poll [class*=form-field-field-list] {
  font-size: 20px;
}

.poll [class*=form-field-enum-choice-field],
.poll #form-field-allow-multiple-choices,
.poll #form-field-require-recaptcha,
.poll #form-field-keep-poll-anonymous {
  margin-left: 14px;
}

.poll #form-field-allow-multiple-choices,
.poll #form-field-require-recaptcha,
.poll #form-field-keep-poll-anonymous {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
  float: left;
  clear: both;
}

.poll [class*=form-field-field-list],
.poll [class*=form-field-model-choice-field],
.poll .results,
.poll div[class*=form-field-tree-view-model-multiple-choice-field] {
  border-bottom: 2px solid #b1b874;
}

.poll [class*=form-field-tree-view-model-multiple-choice-field] [for=field-options] {
  display: none;
}

.poll [class*=form-field-field-list] > label,
.poll [class*=form-field-model-choice-field] > label,
.poll .results > label,
.poll [class*=form-field-tree-view-model-multiple-choice-field] > label {
  display: none;
}

.poll [class*=form-field-enum-choice-field] {
  margin: 25px 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.poll [class*=form-field-enum-choice-field] label:not([for*=field-duplication-setting], [for*=field-commenting-status]) {
  display: none;
}

.poll #form-field-allow-multiple-choices a,
.poll #form-field-require-recaptcha a {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

.poll #form-field-allow-multiple-choices a::before,
.poll #form-field-require-recaptcha a::before {
  content: 'i';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #91792f;
  border-radius: 16px;
  color: #ffd756;
  line-height: 16px;
  text-indent: 0;
  text-align: center;
  font-size: 13px;
}

.poll #form-field-allow-multiple-choices span,
.poll #form-field-require-recaptcha span {
  font-size: 13px;
}

.poll #form-field-duplication-setting,
.poll #form-field-commenting-status {
  position: relative;
  width: calc(100% - 50px);
  max-width: 320px;
}

.poll #form-field-duplication-setting label:before,
.poll #form-field-commenting-status label:before {
  display: none;
}

.poll #form-field-duplication-setting a,
.poll #form-field-commenting-status a {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

.poll #form-field-duplication-setting a::before,
.poll #form-field-commenting-status a::before {
  content: 'i';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #91792f;
  border-radius: 16px;
  color: #ffd756;
  line-height: 16px;
  text-indent: 0;
  text-align: center;
  font-size: 13px;
}

.poll #form-field-duplication-setting span,
.poll #form-field-commenting-status span {
  font-size: 13px;
}

.poll #form-field-commenting-status {
  margin-top: 0 !important;
}

.poll #comment-status #form-field-commenting-status {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 20px;
}

.poll #comment-status #form-field-commenting-status #field-commenting-status {
  width: 100%;
  margin: 0 14px;
  left: 0;
}

.poll #comment-status #form-field-commenting-status label {
  display: none;
}

.poll #comment-status #edit-button {
  width: 180px;
  font-family: Ubuntu, sans-serif;
  font-size: 14px;
  line-height: 40px !important;
  margin: 0 auto 20px;
}

.poll select {
  width: 100%;
  border: none;
  background: #f5f5f5;
  padding: 16px 20px;
}

.poll footer {
  margin: 0 14px;
  padding-bottom: 35px;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  clear: both;
  position: relative;
}

.poll #embed-modal {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 28px);
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.31);
  max-width: 660px;
  width: 100%;
  padding: 0 20px 20px;
  z-index: 100;
  border-radius: 3px;
}

.poll #embed-modal.top {
  bottom: calc(100% - 98px);
  top: auto;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.31);
}

.poll .button {
  display: block;
  cursor: pointer;
  line-height: 70px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 3px;
  background: #7c805d;
}

.poll button:not(.embed):not(.draft-button) {
  font-size: 20px;
  background: #ca302c !important;
  border: none;
  padding: 0;
  margin-bottom: 10px;
}

.poll .embed,
.poll .draft-button {
  border: none;
}

.poll .percentage-bar {
  height: 38px;
  -ms-flex: 1;
      flex: 1;
  margin-left: -14px !important;
}

.poll [data-result-percent] {
  height: 38px;
  width: 100%;
  transform: translateX(-100%);
  transition: 0.1s transform ease-in-out;
  background: #ca302c;
}

.poll .option-data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-top: 2px solid #b1b874;
  height: 40px;
  line-height: 38px;
}

.poll .option-percent {
  font-size: 18px;
  padding-right: 14px;
  text-align: right;
}

.poll .option-percent::after {
  content: '\0025';
  display: inline;
}

.poll .option-stats {
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  text-align: right;
  width: 74px;
}

.poll .total-votes,
.poll .total-comments {
  margin: 25px auto 0 auto;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  line-height: 28px;
  -ms-flex: 1 100%;
      flex: 1 100%;
  display: inline;
  max-width: 50%;
}

.poll .total-votes span,
.poll .total-comments span {
  font-size: 24px;
  display: inline-block;
  margin-right: 3px;
}

.poll #captchaDescription {
  left: 190px !important;
  margin-left: 10px;
}

.poll .copy-links > div:first-of-type span::after {
  content: 'URL';
}

.poll .copy-links > div:last-of-type span::after {
  content: 'Embed';
}

.poll .copy-field {
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  position: relative;
}

.poll .copy-field input[type="text"] {
  border: 1px solid #979797;
  border-radius: 3px;
  margin: 0;
  padding: 0 10px;
}

.poll .copy-field span {
  margin-left: 5px;
  line-height: 40px;
  width: 60px;
  font-size: 12px;
  font-weight: normal;
  background: #ca302c;
  padding: 0;
  text-align: center;
}

.poll .copy-field span::after {
  position: absolute;
  top: -14px;
  left: 0;
  font-size: 11px;
  font-weight: bold;
  color: #404040;
  line-height: 11px;
}

.poll .social-links {
  list-style-type: none;
  padding: 0;
  margin: 0 -20px;
}

.poll .social-links li {
  border-bottom: 1px solid #ebebeb;
}

.poll .social-links button:not(.embed):not(.draft-button) {
  background: none !important;
  font-size: 14px !important;
  margin-bottom: 0 !important;
  display: block;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.poll .facebook-share-result span {
  padding-left: 20px;
  background: url(../../StrawPoll/images/facebook_dark.svg) left no-repeat;
}

.poll .twitter-share-result span {
  padding-left: 24px;
  background: url(../../StrawPoll/images/twitter_dark.svg) left no-repeat;
}

.poll .reddit-share-result span {
  padding-left: 28px;
  background: url(../../StrawPoll/images/reddit_dark.svg) left no-repeat;
}

.p-comment-editor form {
  background: transparent !important;
}

.p-comment-editor .form-field-text-field,
.p-comment-editor .form-field-boolean-field {
  display: none;
}

.p-comment-editor button {
  line-height: 30px;
  color: #fff;
  background: #ca302c;
  padding: 0 10px;
  border: none;
  border-radius: 3px;
  font-size: 12px;
  margin: 8px 0;
  cursor: pointer;
}

.p-comment-editor button:last-of-type {
  background: #7c805d;
}

.poll-comments .form-button-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.poll-comments .form-button-block button {
  line-height: 30px;
  color: #fff;
  background: #ca302c;
  padding: 0 30px;
  border: none;
  border-radius: 3px;
  font-size: 12px;
  margin-top: 8px;
  cursor: pointer;
}

.poll-comments textarea {
  width: 100%;
  resize: vertical;
  padding: 15px 15px 0;
}

.poll-comments span.field-errors {
  color: #b1b874;
  display: block;
  text-align: center;
  margin: 16px auto;
}

.poll-comments form:first-of-type {
  margin-top: 5px;
}

.poll-comments .h2,
.poll-comments .help-block {
  display: none;
}

.poll-comments .loading-message-wrapper.unloaded .loading-message {
  display: block;
}

.poll-comments .loading-message-wrapper .loading-message {
  display: none;
}

.poll-comments ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.poll-comments ul > li > div {
  margin-bottom: 10px;
  border: 1px solid #2A2A2A;
  background: #353535;
}

.poll-comments ul > li > div:last-of-type {
  padding: 14px 0;
  margin: auto 14px;
}

.poll-comments .comment-depth-0 {
  margin: 10px 14px 10px 14px !important;
  padding: 10px !important;
}

.poll-comments .comment-depth-1 {
  margin: 10px 14px 10px 28px !important;
  padding: 10px !important;
  box-shadow: -2px 0 #4c4c4c;
}

.poll-comments .comment-depth-1 + .p-comment-reply-form {
  margin-left: 28px;
}

.poll-comments .comment-depth-2 {
  margin: 10px 14px 10px 42px !important;
  padding: 10px !important;
  box-shadow: -4px 0 #4c4c4c;
}

.poll-comments .comment-depth-2 + .p-comment-reply-form {
  margin-left: 42px;
}

.poll-comments .comment-depth-3 {
  margin: 10px 14px 10px 56px !important;
  padding: 10px !important;
  box-shadow: -6px 0 #4c4c4c;
}

.poll-comments .comment-depth-3 .user-action-reply {
  display: none;
}

.user-authenticated .poll-comments .no-results {
  visibility: hidden;
  width: 100%;
}

.user-authenticated .poll-comments .no-results:before {
  visibility: visible;
  display: block;
  content: 'This poll has no comments yet';
  text-align: center;
  font-weight: bold;
  color: white;
  margin-top: 20px;
  font-size: 20px;
}

.user-authenticated .poll-comments .no-results:after {
  visibility: visible;
  display: block;
  content: 'What do you think? Join the discussion by posting a comment';
  text-align: center;
  color: #a9a9a9;
  margin: 0 14px;
}

.user-anonymous .poll-comments .no-results {
  background: #404040;
  text-align: center;
  margin: 0 14px;
  color: #bfbfbf;
  padding: 16px;
  border-radius: 3px;
  -ms-flex-order: -1;
      order: -1;
}

.user-anonymous .poll-comments .no-results p {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

.user-anonymous .poll-comments .no-results button {
  margin-top: 16px;
  background: #ca302c;
  color: #fff;
  border-radius: 3px;
  border: none;
  padding: 6px 30px;
  cursor: pointer;
}

.poll-comments .p-comment-form {
  margin: 0 14px;
}

.poll-comments .p-comment-post {
  margin: 20px 14px 0;
  overflow: hidden;
}

.poll-comments .p-comment-post:last-of-type {
  margin-bottom: 20px;
}

.poll-comments .p-comment-title,
.poll-comments .p-comment-role-title,
.poll-comments .p-comment-stats,
.poll-comments .p-comment-micro-author,
.poll-comments .p-comment-index,
.poll-comments .p-comment-notes,
.poll-comments .user-action-quote,
.poll-comments .user-action-multi-quote {
  display: none;
}

.poll-comments .p-comment-container {
  display: -ms-flexbox;
  display: flex;
}

.poll-comments .p-comment-wrapper {
  -ms-flex: 1 100%;
      flex: 1 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.poll-comments .p-comment-user {
  margin-right: 10px;
}

.poll-comments .p-comment-username a {
  color: #a1a572;
  font-size: 14px;
  margin-right: 10px;
}

.poll-comments .p-comment-username ul {
  display: none;
}

.poll-comments .p-comment-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-order: 1;
      order: 1;
}

.poll-comments .p-comment-avatar {
  width: 32px;
  height: 32px;
  margin-top: 3px;
}

.poll-comments .p-comment-avatar a {
  display: block;
  height: 24px;
}

.poll-comments .p-comment-avatar img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.poll-comments .p-comment-avatar i {
  display: none;
}

.poll-comments .p-comment-postdate {
  display: block;
  overflow: hidden;
  text-indent: -54px;
  margin-right: 10px;
}

.poll-comments .p-comment-postdate abbr {
  color: #a8a4a4;
  font-size: 11px;
  text-decoration: none;
}

.poll-comments .p-comment-content {
  color: #dadada;
  font-size: 13px;
  line-height: 18px;
  -ms-flex: 1 100%;
      flex: 1 100%;
  -ms-flex-order: 3;
      order: 3;
  word-break: break-word;
}

.poll-comments .p-comment-footer {
  -ms-flex: 1 100%;
      flex: 1 100%;
  -ms-flex-order: 4;
      order: 4;
}

.poll-comments .p-comment-actions {
  display: -ms-flexbox;
  display: flex;
}

.poll-comments .p-comment-actions a {
  color: #6897b4;
  font-size: 11px;
  margin-right: 10px;
  font-size: 11px;
}

.poll-comments .user-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

.poll-comments .p-comment-actionsAdmin .label {
  color: #6897b4;
  font-size: 11px;
  cursor: pointer;
}

.poll-comments .p-comment-actionsAdmin .u-dropDownMenu {
  display: none;
}

.poll-comments .p-comment-actionsAdmin:hover .u-dropDownMenu {
  display: block;
  position: absolute;
  background: #353535;
  border: 1px solid #2a2a2a;
  padding: 5px 8px;
}

.poll-comments .p-comment-actionsAdmin:hover .u-dropDownMenu li {
  cursor: pointer;
}

.poll-comments .p-comment-actionsAdmin:hover .u-dropDownMenu li:hover span {
  color: #73aed3;
}

.poll-comments .b-ratingForm-a {
  -ms-flex-order: 2;
      order: 2;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  top: 2px;
}

.poll-comments .b-rating-a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #dadada;
  font-size: 11px;
  height: 18px;
}

.poll-comments .rating-up,
.poll-comments .rating-down {
  width: 10px;
  height: 10px;
  position: relative;
}

.poll-comments .rating-up input,
.poll-comments .rating-down input {
  display: block;
  width: 100%;
  height: 100%;
}

.poll-comments div.rating-sum {
  margin: 0 5px;
  line-height: 10px;
}

.poll-comments .rating-up::before,
.poll-comments .rating-up::after,
.poll-comments .rating-down::before,
.poll-comments .rating-down::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.poll-comments .rating-up::before,
.poll-comments .rating-down::before {
  width: 0;
  height: 0;
  border: 4px solid #a8a6a4;
  border-left-color: transparent;
  border-right-color: transparent;
}

.poll-comments .rating-up::before {
  border-top-color: transparent;
  top: -3px;
}

.poll-comments .rating-down::before {
  bottom: -3px;
  border-bottom-color: transparent;
}

.poll-comments .rating-up::after,
.poll-comments .rating-down::after {
  width: 4px;
  height: 6px;
  background: #a8a6a4;
}

.poll-comments .rating-up::after {
  bottom: 1px;
}

.poll-comments .rating-down::after {
  top: 1px;
}

.poll-comments .rating-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.poll-comments .rating-up.ratingSelected::after,
.poll-comments .rating-down.ratingSelected::after {
  background: #e6e6e5;
}

.poll-comments .rating-up.ratingSelected::before {
  border-bottom-color: #e6e6e5;
}

.poll-comments .rating-down.ratingSelected::before {
  border-top-color: #e6e6e5;
}

.poll-comments .listing-filters {
  margin: 20px 14px 0;
}

.poll-comments .listing-filters::after {
  content: '';
  display: table;
  clear: both;
}

.poll-comments .listing-filters .form-field-string-choice-field {
  float: right;
  position: relative;
}

.poll-comments .listing-filters .form-field-string-choice-field label {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
  background: url(../images/sort.svg) left center/15px no-repeat;
  padding-left: 3px;
  width: 70px;
}

.poll-comments .listing-filters .form-field-string-choice-field label span {
  position: relative;
  left: 19px;
}

.poll-comments .listing-filters .form-field-string-choice-field select {
  border: none;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 16px;
  z-index: 2;
  top: 0;
  right: 0;
}

.poll-comments .listing-filters .form-footer {
  display: none;
}

.poll-footer-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 14px 0 14px;
  color: #8a8a8a;
}

.poll-footer-info.logged-in abbr[title] {
  margin: 0 10px 0 0;
}

.poll-footer-info.logged-in .poll-dupe-setting {
  margin-top: 6px;
}

.poll-footer-info span {
  font-size: 12px;
  letter-spacing: 0.1px;
  line-height: 28px;
  display: inline-block;
}

.poll-footer-info .asked {
  color: #b1b874;
  font-size: 14px;
  margin-right: 10px;
}

.poll-footer-info abbr[title] {
  text-decoration: none;
  display: inline-block;
  margin: 0 10px 0 0;
}

.poll-footer-info .post-date {
  margin-top: 5px;
  -ms-flex: auto;
      flex: auto;
}

.poll-footer-info .poll-dupe-setting {
  margin-top: 1px;
  margin-right: 15px;
  padding-left: 14px;
  background: url(../../StrawPoll/images/lock.svg) left 9px no-repeat;
}

.poll-footer-info .poll-dupe-setting span {
  display: block;
}

.poll-footer-info .asked-container {
  position: relative;
  padding-left: 55px;
}

.poll-footer-info .asked-container::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 77px;
  width: 16px;
  height: 16px;
  background: #ffd756;
  transform: rotate(45deg);
}

.poll-footer-info .asked-container .avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
}

.poll-footer-info .asked-container .avatar a {
  display: block;
  height: 100%;
}

.poll-footer-info .asked-container .avatar img {
  width: 45px;
  height: 45px;
}

.poll-footer-info .asked-container > span {
  padding-bottom: 16px;
  position: relative;
  margin-top: 5px;
}

.poll-footer-info .asked-container > span a {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  line-height: 20px;
  width: 200px;
}

.poll-footer-info .asked-container > span a span {
  font-size: 18px;
  letter-spacing: 0.2px;
}

.poll-footer-info form {
  margin: 3px 10px 0 auto;
}

.poll-footer-info form button {
  background: none;
  border: none;
}

.poll-footer-info form button span {
  font-size: 12px;
  letter-spacing: 0.1px;
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 600px) {
  .poll {
    position: relative;
  }
  .poll::before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 25px;
    bottom: 0;
    width: 8px;
    border: 2px solid #ca302c;
    border-width: 0 2px;
    z-index: 2;
  }
  .poll #comment-status {
    display: -ms-flexbox;
    display: flex;
  }
  .poll #comment-status #form-field-commenting-status {
    margin: 0 auto 20px 50px;
  }
  .poll #comment-status #form-field-commenting-status select {
    margin: 0 !important;
  }
  .body-results-index .poll .sp-option {
    padding-left: 50px;
  }
  .body-results-index .poll .sp-option p {
    margin: 0;
  }
  .body-results-index .poll .option-data {
    margin-left: -50px;
  }
  .body-results-index .poll .percentage-bar {
    overflow: hidden;
    margin-left: 33px !important;
  }
  .body-results-index .poll footer a,
  .body-results-index .poll footer button[type="button"] {
    width: calc(50vw - 37px);
    max-width: 293px;
  }
  .poll[data-form-type="poll-vote"].req-recaptcha .form-field-google-recaptcha-field {
    margin-left: 50px;
  }
  .poll[data-form-type="poll-vote"] .covert-list div,
  .poll[data-form-type="poll-vote"] .field-choice-radio {
    padding-left: 50px;
  }
  .poll[data-form-type="poll-vote"] input[type="radio"],
  .poll[data-form-type="poll-vote"] label[for]::before {
    left: 50px;
  }
  .poll[data-form-type="poll-vote"] label[for]::after {
    left: 55px;
  }
  .poll[data-form-type="poll-vote"] label[for] span::before {
    left: 70px;
  }
  .poll[data-form-type="poll-vote"] footer a,
  .poll[data-form-type="poll-vote"] footer button[type="button"] {
    width: calc(50vw - 37px);
  }
  .poll [contenteditable="true"],
  .poll h2,
  .poll h1 {
    padding-left: 50px;
  }
  .poll [class*=form-field-field-list] input[type="text"],
  .poll [class*=form-field-model-choice-field] input[type="text"],
  .poll .results input[type="text"],
  .poll [class*=form-field-tree-view-model-multiple-choice-field] input[type="text"] {
    padding-left: 50px;
    margin-left: 0;
  }
  .poll [class*=form-field-enum-choice-field],
  .poll #form-field-allow-multiple-choices,
  .poll #form-field-require-recaptcha,
  .poll #form-field-keep-poll-anonymous,
  .poll footer {
    margin-left: 50px;
  }
  .poll #form-field-allow-multiple-choices a,
  .poll #form-field-require-recaptcha a {
    display: inline-block;
  }
  .poll #form-field-commenting-status select {
    width: calc(100% - 50px);
  }
  .poll #form-field-duplication-setting select,
  .poll #form-field-commenting-status select {
    position: relative;
    width: calc(100% - 60px);
    left: -60px;
  }
  .poll #form-field-duplication-setting a,
  .poll #form-field-commenting-status a {
    right: 30px;
  }
}

@media (min-width: 600px) {
  .poll-comments .comment-depth-0 + .p-comment-reply-form {
    margin: 0 14px 0 14px;
  }
  .poll-comments .comment-depth-1 {
    margin-left: 42px !important;
  }
  .poll-comments .comment-depth-1 + .p-comment-reply-form {
    margin: 0 14px 0 42px;
  }
  .poll-comments .comment-depth-2 {
    margin-left: 70px !important;
  }
  .poll-comments .comment-depth-2 + .p-comment-reply-form {
    margin: 0 14px 0 70px;
  }
  .poll-comments .comment-depth-3 {
    margin-left: 98px !important;
  }
}

@media (min-width: 600px) {
  .poll-footer-info {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-left: 50px;
    margin-bottom: 10px;
  }
  .poll-footer-info .poll-dupe-setting {
    -ms-flex: none;
        flex: none;
    text-align: right;
  }
  .poll-footer-info .poll-dupe-setting a {
    position: relative;
    top: -6px;
  }
}

@media (min-width: 680px) {
  .poll {
    margin: 0 auto auto 0;
  }
  .hide-ads:not(.body-results-index) .poll {
    margin: 0 auto;
  }
  .poll #edit-button {
    width: 224px !important;
    margin: 0 14px 20px auto !important;
  }
  .body-results-index .poll footer {
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: 32px;
  }
  .body-results-index .poll footer a {
    text-align: center;
    margin-right: 10px;
  }
  .body-results-index .poll footer a,
  .body-results-index .poll footer button[type="button"] {
    width: 130px;
    line-height: 38px;
    margin-top: 25px;
  }
  .body-results-index .poll footer button[type="button"] span::before {
    top: calc(100% + 10px);
  }
  .body-results-index .poll .total-votes {
    margin: 25px 0 0 20px;
  }
  .body-results-index .poll .total-comments {
    margin: 25px auto 0 20px;
  }
  .body-results-index .poll .total-votes,
  .body-results-index .poll .total-comments {
    line-height: 36px;
    -ms-flex: none;
        flex: none;
  }
  .body-results-index .poll #embed-modal.top {
    bottom: calc(100% - 12px);
  }
  .poll[data-form-type="poll-vote"] label[for] {
    min-height: 40px;
    line-height: 30px;
  }
  .poll[data-form-type="poll-vote"] input[type="radio"],
  .poll[data-form-type="poll-vote"] label[for]::before,
  .poll[data-form-type="poll-vote"] input[type="checkbox"] {
    width: 20px;
    height: 20px;
    top: 10px;
  }
  .poll[data-form-type="poll-vote"] label[for]::after {
    width: 20px;
    height: 20px;
    top: 6px;
    left: 53px;
  }
  .poll[data-form-type="poll-vote"] label[for] span {
    margin-top: 4px;
    padding-bottom: 4px;
  }
  .poll[data-form-type="poll-vote"] label[for] span::before {
    width: 9px;
    height: 9px;
    top: 10px;
    left: 61px;
  }
  .poll[data-form-type="poll-vote"] footer {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .poll[data-form-type="poll-vote"] footer button[type="submit"],
  .poll[data-form-type="poll-vote"] footer button[type="button"],
  .poll[data-form-type="poll-vote"] footer a {
    line-height: 40px !important;
  }
  .poll[data-form-type="poll-vote"] footer button[type="submit"] {
    max-width: 146px !important;
  }
  .poll[data-form-type="poll-vote"] footer .sign-in-vote {
    max-width: 180px !important;
  }
  .poll[data-form-type="poll-vote"] footer button[type="button"],
  .poll[data-form-type="poll-vote"] footer a {
    max-width: 130px;
  }
  .poll[data-form-type="poll-vote"] footer a {
    margin: 0 10px 0 auto;
    text-align: center;
  }
  .poll[data-form-type="poll-vote"] footer a span {
    background-position: top 4px left;
  }
  .poll[data-form-type="poll-vote"] footer button[type="button"].top span::before {
    bottom: calc(100% + 16px);
    top: auto;
  }
  .poll[data-form-type="poll-vote"] footer button[type="button"] span {
    background-position: top 3px left;
  }
  .poll[data-form-type="poll-vote"] footer button[type="button"] span::before {
    top: calc(100% + 10px);
  }
  .body-strawpoll-create.hide-ads .poll,
  .body-strawpoll-vote.hide-ads .poll {
    margin: 0 auto;
  }
  .poll [name="poll-title"] {
    padding: 17px 14px 17px 50px;
  }
  .poll .covert-list > div {
    line-height: 40px;
  }
  .poll select {
    width: 260px;
    padding: 6px 10px;
  }
  .poll [class*=form-field-enum-choice-field] {
    margin: 20px 14px 20px 50px;
  }
  .poll #form-field-allow-multiple-choices,
  .poll #form-field-require-recaptcha,
  .poll #form-field-keep-poll-anonymous {
    padding-left: 26px;
  }
  .poll #form-field-allow-multiple-choices input,
  .poll #form-field-require-recaptcha input,
  .poll #form-field-keep-poll-anonymous input {
    width: 16px;
    height: 16px;
  }
  .poll label[for] {
    line-height: 16px;
  }
  .poll label[for]::before, .poll label[for]::after {
    width: 16px;
    height: 16px;
  }
  .poll label[for]::after {
    top: -4px;
    left: 3px;
  }
  .poll label[for] span::before {
    width: 7px;
    height: 7px;
    left: 9px;
  }
  .poll footer {
    text-align: left;
    padding-bottom: 30px;
  }
  .poll button:not(.embed):not(.draft-button) {
    margin: 0 10px 0 0;
    font-size: 14px;
    padding: 0 40px;
  }
  .poll .button {
    display: inline-block;
    width: auto;
    line-height: 40px;
    font-size: 13px;
    padding: 0 20px;
  }
  .poll #embed-modal {
    width: 210px;
    transform: none;
    left: auto;
    right: -5px;
    padding: 0 14px 14px;
    top: calc(100% - 24px);
  }
  .poll #embed-modal.top {
    top: auto;
    bottom: calc(100% - 13px);
  }
  .poll .social-links {
    margin: 0 -14px;
  }
  .poll .copy-field input[type="text"] {
    font-size: 11px;
    -ms-flex: none;
        flex: none;
    line-height: 26px;
    width: 114px;
  }
  .poll .copy-field span {
    line-height: 26px;
  }
  .poll .option-text {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

@media (min-width: 680px) {
  .poll-comments {
    width: 100%;
    margin-right: 320px;
    margin-bottom: 30px;
  }
  .body-strawpoll-vote .poll-comments {
    width: 660px;
    margin: 0 auto 30px auto;
  }
  body:not(.hide-ads) .poll-comments {
    width: 100%;
    margin-right: 320px;
    margin-bottom: 30px;
  }
  .user-anonymous .poll-comments .no-results {
    margin-bottom: 20px;
  }
  .user-authenticated .poll-comments .no-results:before {
    margin-top: 50px;
  }
  .user-authenticated .poll-comments .no-results:after {
    margin-bottom: 60px;
  }
  .poll-comments .p-comment-reply-form {
    border: none;
    background: none;
  }
  .poll-comments .comment-form {
    margin: 5px 0 0;
    background-color: #292929;
  }
  .poll-comments .comment-form .form-button-block {
    height: 45px;
  }
  .poll-comments .comment-form .form-button-block button {
    margin: 8px;
  }
}

@media (min-width: 1020px) {
  .poll-footer-info {
    max-width: 660px;
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;
  }
  .body-strawpoll-vote.hide-ads .poll-footer-info {
    margin: 0 auto;
  }
}

.ui-dialog {
  background: linear-gradient(to bottom, #fff, #f0f0f0);
  text-align: center;
  border-radius: 3px;
  padding: 24px;
  max-width: calc(100% - 28px);
  box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.27);
}

.ui-dialog.super-fancy-modal {
  max-width: none !important;
  width: auto !important;
}

.ui-dialog.super-fancy-modal .ui-dialog-buttonset {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.ui-dialog.super-fancy-modal .ui-dialog-buttonset button:hover {
  cursor: pointer;
}

.ui-dialog.super-fancy-modal .save-button,
.ui-dialog.super-fancy-modal .cancel-button {
  width: 151px;
  height: 40px;
  border: none;
  border-radius: 3px;
  color: white;
  margin-top: 12px;
}

.ui-dialog.super-fancy-modal .save-button {
  background-color: #ca302c;
  margin-left: 10px;
}

.ui-dialog.super-fancy-modal .cancel-button {
  background-color: #7c805d;
}

.ui-dialog .ui-dialog-title {
  display: none;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}

.ui-dialog .ui-dialog-titlebar-close::after {
  content: 'X';
  font-family: Patrick Hand, Comic Sans MS, Comic Sans MS5, sans-serif;
  display: block;
  line-height: 30px;
  text-align: center;
  color: #494949;
  font-size: 24px;
}

.ui-dialog .ui-dialog-titlebar-close span {
  display: none;
}

.ui-dialog .ui-dialog-content {
  min-height: 0 !important;
}

.ui-dialog .ui-widget-content {
  height: auto !important;
}

.ui-dialog .error {
  color: #f00;
}

.ui-dialog #yesDelete {
  font-size: 20px;
  background: #ca302c !important;
  border: none;
  line-height: 40px;
  padding: 0 20px;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
}

.ui-dialog .p-reports-a #form-field-report-reason,
.ui-dialog .p-reports-a #form-field-report-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.ui-dialog .p-reports-a #form-field-report-reason label,
.ui-dialog .p-reports-a #form-field-report-text label {
  text-align: left;
  margin-bottom: 5px;
}

.ui-dialog .p-reports-a #form-field-report-reason #report-description {
  margin-top: 5px;
  font-size: 13px;
  font-style: italic;
  text-align: left;
}

.ui-dialog .p-reports-a #form-field-report-text {
  margin: 20px auto;
}

.ui-dialog .p-reports-a #form-field-report-text textarea {
  resize: vertical;
  height: 100px;
}

@media (min-width: 600px) {
  .ui-dialog.super-fancy-modal {
    width: 60% !important;
    margin: 0 auto;
  }
  .ui-dialog.super-fancy-modal #dialog {
    width: 100% !important;
  }
}

@media (min-width: 1020px) {
  .ui-dialog {
    max-width: 446px;
  }
  .ui-dialog .p-login h1,
  .ui-dialog .p-register h1 {
    margin-top: 0;
    color: #ca302c;
  }
  .ui-dialog .p-login fieldset,
  .ui-dialog .p-register fieldset {
    border: none;
    padding: 0;
    margin: 0;
  }
  .ui-dialog .p-login .p-login-social,
  .ui-dialog .p-register .p-login-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .ui-dialog .p-login .p-login-social > li,
  .ui-dialog .p-register .p-login-social > li {
    margin: 0;
    width: 100%;
  }
  .ui-dialog .p-login .social-login-facebook,
  .ui-dialog .p-register .social-login-facebook {
    margin-right: 10px;
  }
  .ui-dialog .p-login .social-login-facebook,
  .ui-dialog .p-login .social-login-google,
  .ui-dialog .p-register .social-login-facebook,
  .ui-dialog .p-register .social-login-google {
    line-height: 40px;
  }
  .ui-dialog .p-login input[type="text"],
  .ui-dialog .p-login input[type="password"],
  .ui-dialog .p-login input[type="email"],
  .ui-dialog .p-register input[type="text"],
  .ui-dialog .p-register input[type="password"],
  .ui-dialog .p-register input[type="email"] {
    padding: 7px 9px;
  }
  .ui-dialog .p-login input[type="text"]:focus,
  .ui-dialog .p-login input[type="password"]:focus,
  .ui-dialog .p-login input[type="email"]:focus,
  .ui-dialog .p-register input[type="text"]:focus,
  .ui-dialog .p-register input[type="password"]:focus,
  .ui-dialog .p-register input[type="email"]:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.32);
  }
  .ui-dialog .p-login input[type="submit"],
  .ui-dialog .p-register input[type="submit"] {
    width: 200px;
    line-height: 40px;
    margin: 0 auto;
  }
  .ui-dialog .p-login .forgot-password,
  .ui-dialog .p-register .forgot-password {
    color: #ca302c;
    margin-top: 20px;
    display: inline-block;
  }
  .ui-dialog .p-register #form-field-recaptcha-control {
    transform: none;
  }
  .ui-dialog .p-register #form-field-recaptcha-control > div {
    margin: 0 auto;
  }
  .ui-dialog .p-register form {
    border-top-color: #ddd;
  }
  .ui-dialog .p-register .login {
    color: #323232;
  }
  .ui-dialog .p-register .login a {
    color: #ca302c;
  }
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  opacity: 1 !important;
}

#chart {
  display: none;
}

.embed-footer {
  width: 100%;
  max-width: 660px;
  text-align: center;
  color: #a9a9a9;
  font-family: Ubuntu, sans-serif;
  padding: 10px;
  font-size: 14px;
}

.embed-footer p {
  margin: 0;
}

.embed-footer a {
  color: #c83232;
}

.embed-footer a:hover {
  color: #d55858;
}

.poll[data-form-type="poll-vote"] footer a {
  width: 100%;
  max-width: none;
}

.vote-twitch_extension .poll::before {
  border: 0;
}

.vote-twitch_extension .poll {
  height: 100%;
  color: white;
  background-color: transparent;
  border: 0px;
  overflow-y: hidden;
  height: 100%;
}

.vote-twitch_extension .poll h1 {
  background: black;
}

.vote-twitch_extension .poll h2 {
  background: black;
  padding: 22px 32px 22px 10px;
}

.vote-twitch_extension .poll .covert-list > div,
.vote-twitch_extension .poll .sp-option,
.vote-twitch_extension .poll .field-choice-radio,
.vote-twitch_extension .poll [class*=form-field-model-choice-field],
.vote-twitch_extension .poll .sp-option,
.vote-twitch_extension .poll .option-data,
.vote-twitch_extension .poll .results {
  border-top: 0;
  border-bottom: 0;
}

.vote-twitch_extension .poll input[type="checkbox"]:checked + label::after, .vote-twitch_extension .poll input[type="radio"]:checked + label::after {
  display: block;
}

.vote-twitch_extension .embed-footer {
  bottom: 0;
  position: absolute;
  display: none;
}

.vote-twitch_extension .poll[data-form-type="poll-vote"] label[for]::after {
  top: 5px;
  left: 17px;
  width: 22px;
  height: 22px;
}

.vote-twitch_extension .poll[data-form-type="poll-vote"] label[for] {
  min-height: 40px;
  line-height: 30px;
  font-size: 20px;
  font-weight: normal;
  padding: 0 14px 0 30px;
  word-break: break-word;
}

.vote-twitch_extension .poll[data-form-type="poll-vote"] input[type="radio"] {
  width: 20px;
  height: 20px;
  top: 10px;
  left: 50px;
}

.vote-twitch_extension .poll[data-form-type="poll-vote"] input[type="radio"],
.vote-twitch_extension .poll[data-form-type="poll-vote"] label[for]::before,
.vote-twitch_extension .poll[data-form-type="poll-vote"] input[type="checkbox"] {
  width: 20px;
  height: 20px;
  top: 10px;
}

.vote-twitch_extension .poll[data-form-type="poll-vote"] label[for] span {
  margin-top: 4px;
  padding-bottom: 4px;
}

.vote-twitch_extension .poll[data-form-type="poll-vote"] footer {
  padding-bottom: 15px;
  padding-top: 0;
}

.vote-twitch_extension .poll[data-form-type="poll-vote"] footer button[type="submit"],
.vote-twitch_extension .poll[data-form-type="poll-vote"] footer a {
  display: inline-block;
  width: 48% !important;
  height: 40px;
  line-height: 40px !important;
}

.vote-twitch_extension #form-field-options {
  height: inherit;
  overflow-y: auto;
  display: block;
  position: relative;
}

.vote-twitch_extension #form-field-options::-webkit-scrollbar {
  width: 5px;
}

.vote-twitch_extension #form-field-options::-webkit-scrollbar-track {
  background: #ddd;
}

.vote-twitch_extension #form-field-options::-webkit-scrollbar-thumb {
  background: #666;
}

.results-twitch_extension .results-embed {
  background-color: transparent;
  color: white;
}

.results-twitch_extension .results-embed::before {
  border: 0;
}

.results-twitch_extension h1 {
  background: black;
}

.results-twitch_extension h2 {
  background: black;
}

.results-twitch_extension #result-list {
  background-color: transparent;
}

.results-twitch_extension .option-text {
  padding: 5px 0 5px 0;
  margin-left: 15px !important;
}

.results-twitch_extension .option-data {
  padding-left: 15px !important;
}

.results-twitch_extension .covert-list > div,
.results-twitch_extension .sp-option,
.results-twitch_extension .field-choice-radio,
.results-twitch_extension [class*=form-field-model-choice-field],
.results-twitch_extension .sp-option,
.results-twitch_extension .option-data,
.results-twitch_extension .results {
  border-top: 0;
  border-bottom: 0;
}

.results-twitch_extension .result-list {
  margin-bottom: 40px;
  height: 100%;
  overflow-y: auto;
}

.results-twitch_extension .message-warning {
  background-color: rgba(202, 47, 44, 0.8);
  text-align: center;
  padding: 0px;
  font-size: 20px;
  position: absolute;
  width: 100%;
}

.results-twitch_extension #result-list {
  overflow-y: hidden;
  height: 100%;
  padding-bottom: 75px;
}

.results-twitch_extension .results {
  height: inherit;
  overflow-y: auto;
  display: block;
  position: relative;
  background-color: transparent;
}

.results-twitch_extension .results::-webkit-scrollbar {
  width: 7px;
}

.results-twitch_extension .results::-webkit-scrollbar-track {
  background: #ddd;
}

.results-twitch_extension .results::-webkit-scrollbar-thumb {
  background: #666;
}

.results-twitch_extension .poll.results-embed .option-data {
  height: 30px;
}

.results-twitch_extension .poll.results-embed .percentage-bar {
  height: 30px;
}

.results-twitch_extension .poll.results-embed .option-count {
  margin-right: 5px;
}

.poll.results-embed .percentage-bar {
  margin-left: 0 !important;
  overflow: hidden;
}

.poll.results-embed .option-text {
  margin-left: 50px;
}

.poll.results-embed .option-data {
  padding-left: 33px;
}

@media (min-width: 680px) {
  .poll[data-form-type="poll-vote"] footer a {
    max-width: 130px;
  }
}
/*# sourceMappingURL=core.css.map */