.container .PollModule .showPollAction div.results { display: none; }
.container .PollModule .showPollAction div.display { display: block; }
.container .PollModule .showPollAction div.total { margin-bottom: 10px; }
.container .PollModule .showPollAction div.title { width: 100%; }
.container .PollModule .showPollAction div.percentage { width: 100%; }
.container .PollModule .showPollAction div.percentage div.bar   { background-color: #eeeeee; height: 5px; width: 80%; float: left; margin-top: 5px; border: 1px solid #ddd; }
.container .PollModule .showPollAction div.percentage div.image { background: silver url( /modules/Poll/templates/default/img/background-percentage.png ) repeat-x bottom left; height: 5px; }
.container .PollModule .showPollAction div.percentage div.percentage { width: 15%; float: right; text-align: right; }
