.pl_poll__answers-list {
    list-style: none;
    padding: 0;
}
.pl_poll__answer {
    margin-bottom: 15px;
}
.pl_poll__answer label {
    display: block;
    cursor: pointer;;
}
.pl_submit-form__row,
.pl_petition-form__row{
    margin-bottom: 20px;
}
.pl_submit-form__btn {
    margin-right: 20px;
}
.pl_poll__error-msg {
    color: red;
    margin-bottom: 10px;
    font-size: 14px;
}

.pl_petition {
    margin-top: 10px;
}
.pl_petition-form__row {
    text-align: center;
}
.pl_petition__text {
    margin-bottom: 20px;
}

.share-container .share-some-network {
    width: 100%;
    margin: 5px 7px;
    display: inline-block;
}
.share-container .SocialMediaShareCount {
    width: 100%;
    text-align: center;
}
.share-container .SocialMediaShareButton {
    cursor: pointer;
}

.pl_petition_newsletter {
    display: block;
    text-align: right;
    margin: 15px auto;
    font-size: 0.85rem;
}
.poll-bar-chart {
    width: 400px;
    height: 300px;
    display: block;
    margin: 15px auto;
}

ul.pl_poll__answers-list {
    margin: auto;
    width: 50%;
    list-style: none;
    padding-left: 35%;
}

h2.pl_poll__question {
    text-align: center;
}

ul.pl_poll__answers-list li input {
    margin-right: 15px;
    margin-bottom: 7px;
}

.pl_poll button,
button.pl_submit-form__btn {
    width: 100%;
    padding: 15px;
    background-color: #8c0101;
    color: #fff;
    border: none;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.pl_poll button.nextButton {
    width: 100%;
}

.pl_petition-form__input {
    padding: 10px;
    font-size: 1.25rem;
}

#pl_quiz_email {
    font-size: 1.5rem;
    height: 2.5rem;
}

#pl_petition_subscribe {
  margin-right: 5px;
  margin-bottom: 6px;
}

.bg-facebook {
    display: inline-block;
    background: #4966b6 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    box-shadow: 0 -5px 0 rgba(0, 0, 0, 0.2) inset;
    color: #fff;
    cursor: pointer;
    font-size: 26px;
    font-weight: bold;
    margin: 15px auto;
    padding: 10px 0px 15px;
    text-align: center;
    text-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.2);
    transition: .4s ease;
    width: calc(100% - 10px);
}

.bg-facebook:hover {
    opacity: 0.7;
}

.bg-facebook .fb-icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../img/Kostyan.png") 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: -5px;
    margin-right: 4px;
}

.petition-progress {
    height: 80px;
}

@media (min-width: 1024px) {
  .pl_poll-app-wrapper {
    width: 50%;
    margin: auto;
  }
}
