
.poll label {
    color: #fff;
    cursor: pointer;
}
.poll-results {
    width: 180px;
    position: relative;
}
.bar-container {
    margin-bottom: 1px;
    position: relative;
    overflow: visible;
}

.bar-container div {
    background-color:#833700;
    height: 19px;
    line-height: 19px;
    overflow: visible;
    white-space: nowrap;    
}
.bar-container strong {
    position: absolute;
    right: 0px;
    top: 2px;
    overflow: hidden;
}   
#poll-results p {
    text-align: left;
}