﻿
.poll-box {
    width: 100%; 
    /*background: #f8f8fa;*/
    border:1px solid #fb9900;
    display: table;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.poll-box-top {
    padding: 15px 20px 13px;
    overflow: hidden;
    margin-bottom: 12px;
    background: #fb9900;
    display: block;
}

.social-poll .poll-feedback-wrapper {
    margin: 15px 0;
}

.poll-box-top .pollhd {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
}

.pollchart {
    background-position: -181px -33px;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
}

.poll-box-top .sponser {
    font-size: 14px;
    color: #fff;
    padding-top: 2px;
}

.social-poll {
    margin: 0px auto;
    width: 88% !important;
}

    .social-poll .poll-wrapper {
        width: 300px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 10px;
        padding: 15px 10px;
        font-size: 15px;
        position: relative;
    }

    .social-poll .poll-wrapper {
        border: 0 !important;
        background: none !important;
        padding: 0 !important;
    }

    .social-poll .poll-wrapper {
        width: 100% !important;
    }

    .social-poll .poll-question {
        font-weight: 700;
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }

    .social-poll .poll-question {
        font-size: 16px !important;
        font-weight: normal !important;
        padding-bottom: 15px;
        border-bottom: 0 !important;
        line-height: 1.4 !important;
        padding-bottom: 0 !important;
    }

    .social-poll .poll-answer {
        border-bottom: 1px solid #ccc;
    }

    .social-poll .poll-answer {
        border-bottom: none !important;
    }

    .social-poll .poll-answer-wrapper {
        font-size: 16px !important;
        display: block !important;
        border-radius: 5px;
        background: #f5f5f5;
    }

    .social-poll .poll-answer-wrapper {
        margin: 20px 0;
        display: block;
    }

    .social-poll .poll-answer-wrapper {
        font-size: 16px !important;
        display: block !important;
        background: #ecf4f8 !important;
        border-radius: 0px;
        border: solid 1px #514ea3;
        margin: 20px 8px 0px 0 !important;
    }

    .social-poll label.poll-answer-input {
        width: 100%;
        padding: 10px 20px 8px;
        cursor: pointer;
        margin-bottom: 0;
        display: block;
        box-sizing: border-box;
    }

        .social-poll label.poll-answer-input input[type="radio"] {
            display: none;
            margin: 10px;
        }

    .social-poll .poll-links {
        text-align: center;
        width: 100%;
        display: block;
        margin-top: 25px;
        font-weight: 700;
    }

    .social-poll .poll-links {
        margin-top: 20px !important;
        text-transform: uppercase;
        letter-spacing: 1.6px;
        font-size: 13px;
        font-weight: bold;
        line-height: .6;
        border-top: 2px dotted #ddd;
        padding-top: 20px;
    }

    .social-poll .poll-answer-text {
        display: inline-block;
        float: left;
        width: 50%;
    }

    .social-poll .poll-answer-text {
        color: #514ea3  !important;
        font-size: 16px !important;
    }

    .social-poll .poll-feedback-result {
        display: inline-block;
        float: right;
        width: 50%;
        text-align: right;
    }

    .social-poll .poll-feedback-per {
        font-weight: 700;
    }

.poll-feedback-wrapper label {
    display: block !important;
}

.social-poll .poll-answer-feedback {
    width: 100%;
    height: 16px;
    border: 1px solid #ccc;
    background: #f1efef;
}

.social-poll .poll-answer-feedback {
    height: 8px !important;
    border-radius: 4px;
    background: #e9e9f2 !important;
    border: 0 !important;
}

.social-poll .poll-answer-feedback-bar {
    width: 11%;
    background: #758bf5;
    height: 100%;
}

.social-poll .poll-answer-feedback-bar {
    height: 8px !important;
    border-radius: 4px;
    background: #514ea3  !important;
}
