.block-vpoll .vpoll .text {
    float:left;
    width:75%;
    margin-top:10px;
}
.block-vpoll .vpoll .percent {
    float:right;
    width:25%;
    margin-top:10px;
}
.vpoll .bar {
  height: 1em;
  margin: 1px 0;
  background-color: #ddd;
  clear: both;
  border-radius:0;
}
.vpoll .bar > div {
    height:100%;
    background-color: #C9CD07;
}
.vpoll .percent {
  text-align: right; /* LTR */
}
.vpoll .total {
  text-align: center;
}


.node-vpoll .vpoll .text {
    clear:both;
}
.node-vpoll .vpoll .percent {
    float:right;
    width:25%;
    margin-bottom:10px;
}
.node-vpoll .vpoll .total {
    clear:both;
    padding-top:10px;
}