.ps-poll { border:1px solid #eee; padding:15px; border-radius:6px; max-width:600px; }
.ps-poll-title { margin-top:0; }
.ps-poll-options { margin-top:10px; }
.ps-poll-options .ps-poll-vote-btn { margin:5px 5px 0 0; padding:8px 12px; cursor:pointer; }
.ps-poll-message { margin-top:10px; font-weight:600; }


.poll-result-bar {
    background: #f0f0f0;
    border-radius: 4px;
    height: 20px;
    margin-top: 5px;
    position: relative;
    overflow: hidden;
}
.poll-result-bar span {
    background: #0073aa;
    display: block;
    height: 100%;
}
.poll-result-bar small {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    line-height: 20px;
}
