div.statsfc_poll table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

div.statsfc_poll table thead th {
    text-transform: uppercase;
    font-size: small;
    background-color: silver;
}

div.statsfc_poll table tr.statsfc_highlight span.statsfc_votesBar {
    background-color: #99CCEE;
}

div.statsfc_poll table tr th {
    white-space: inherit;
}

div.statsfc_poll table tr th,
div.statsfc_poll table tr td {
    text-align: left;
    padding: 2px 5px;
}

div.statsfc_poll table tr th.statsfc_answer,
div.statsfc_poll table tr th.statsfc_votes,
div.statsfc_poll table tr td.statsfc_answer,
div.statsfc_poll table tr td.statsfc_votes {
    white-space: nowrap;
}

div.statsfc_poll table tr th.statsfc_votes,
div.statsfc_poll table tr td.statsfc_votes {
    text-align: right;
}

div.statsfc_poll table tr th.statsfc_bar,
div.statsfc_poll table tr td.statsfc_bar {
    width: 100%;
    position: relative;
}

div.statsfc_poll table tr th span.statsfc_radio,
div.statsfc_poll table tr td span.statsfc_radio {
    padding-left: 0.25em;
    margin-right: 0.5em;
}

div.statsfc_poll table tr th span.statsfc_winner,
div.statsfc_poll table tr td span.statsfc_winner {
    font-weight: bold;
    padding-right: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADE0lEQVRYw2NgoABYWspwgjDDQAF5eflABQWFgAFzgKKi4hIgXjwglmtrM7Dp68j/A2FjYwbWgQh+rzAfyf+hPlL/gdHgQXcHAC2dO6+d7/+cNv7/wGiYRVfLHRwYWIz05f89PcT8//EBlv/GBvJ/GxgYmOjmACUlJZdAD6n//68zgLGvqzQoGuzp6YDpM5v54Q6YUi8AioaJdLEcFNTGBnJ/H+5jgTvgzi7W/xYmcn/+MzAw0iPv23o7S8Mth2FXexlQKJjRwwETJ9cJYDigt0rwPzBqOskxMAaocT4yjguWuI0Ng+RAKf7eHlYMB9zYzvbfBBg1hPQjY2DCDQfHKZDToKys+L8oWfT/6kk8ePHpNewYlsPwydUcBPXnJ4r9VwHaBfR4FUqaAZZsTkBHvJhQI/D/71UGnJaQi/9cgUSTioriU6DldjjKdwUJYGjsjQmU/P/6ODPVLH91jPl/pL8kyNe7lJXFxQhmM1CUmBnJ/T22goNiy48s5/hvbiwHKqjqSCot5eTknE0N5f5OrCUvSkB6QNEJjNbnwOh1JLPKBUfJPnCUHGMi2nKQWpAeUHQqKoqJU1zyAQ2akBUrRrQDMmPEQJZPoFoFBTSssj5PmGgHgNQC9VRQs/I5TUqCPApMeMAUf4palssBSz9wPiYlzwPbC/+lpKRkqdHyKShPF8Gw5M1xpv8FSWJALApmo8uXpYuCQiGXGiFweP8iThTDDy3lBFW/IAtaQRjEPrwMVc2eBVwg+f2U1nziwFbv/5+XIIb+uszwv61ECJi3lZ4AQ8YBqRh3BOb3px2lQmA1ILU/LjL+19dRAEWDCCXBnw4KZpCB9/aw/Pdzkwal7vUaGtLC6GpBYkAHb/R3l/r/YC+ksZITLwYKhWRKQmDX9jlc4FoMmBD/AS3PJEJPDkjt+qk8/zfP5AY5eAtZluvqygmqqCj9To0UBxlyGVg0a5OQbnSB+GpaFEiv4g91dRFecoI/HmgIKAinKCgwcJDTcQXqnQkyA2hWBFkdD6ABflTIRcFAPIOMikhGiHr9SNxmAQCk0CB/Ktk7oAAAAABJRU5ErkJggg==) no-repeat center right;
    background-size: 16px 16px;
}

div.statsfc_poll table tr th span.statsfc_votesBar,
div.statsfc_poll table tr td span.statsfc_votesBar {
    display: inline-block;
    height: 1.2em;
    margin-bottom: -0.18em;
    min-width: 6px;
    background-color: #DDDDDD;
    border-radius: 3px;
}

div.statsfc_poll p.statsfc_submit {
    text-align: center;
}

div.statsfc_poll div.statsfc_footer {
    display: block !important;
    opacity: 1 !important;
    text-align: right;
    visibility: visible !important;
}

@media screen and (max-width: 767px) {
    div.statsfc_poll {
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}
