#poll {
  width : 156px;
  /*border:1px solid;*/
}

.pollQuestion {
    font-weight: bold;
}

.pollDetail {
    font-size: 10px;
    padding-bottom:5px;
}

.pbar {margin-bottom:5px;padding:0;}
.pollBar1 { height: 5px; background: #eb3c3c;border:1px solid;}
.pollBar2 { height: 5px; background: #72be03;border:1px solid;}
.pollBar3 { height: 5px; background: #ff8a00;border:1px solid;}
.pollBar4 { height: 5px; background: #1f79c5;border:1px solid;}
.pollBar5 { height: 5px; background: #ffea00;border:1px solid;}
.pollBar6 { height: 5px; background: #ae6cc6;border:1px solid;}