@charset "utf-8";

.poll .vote-form {
    text-align: right;
}

.poll .vote-form .choices {
    display: block;
    margin: 0;
    text-align: left;
}

.poll .bar {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    margin: 0 0 10px;
    overflow: hidden;
    width: 64%;
}

.poll .bar {
    background-color: #b1b1b1;
}

.poll .bar .foreground {
    background-color: #fff;
}

.poll .percent {
    display: inline-block;
    float: right;
    text-align: right;
    width: 34%;
}

.poll .text {
    clear: both;
}

.poll .total {
    margin: 1.5em 0 0;
    line-height: 1.2em;
    text-align: left;
}