.poll { overflow: hidden; }
.poll .bar { height: 1em; margin: 1px 0px; background-color: rgb(221, 221, 221); }
.poll .bar .foreground { background-color: rgb(0, 0, 0); height: 1em; float: left; }
.poll .links { text-align: center; }
.poll .percent { text-align: right; }
.poll .total { text-align: center; }
.poll .vote-form { text-align: center; }
.poll .vote-form .choices { text-align: left; margin: 0px auto; display: table; }
.poll .vote-form .choices .title { font-weight: bold; }
.node-form #edit-poll-more { margin: 0px; }
.node-form #poll-choice-table .form-text { display: inline; width: auto; }
.node-form #poll-choice-table td.choice-flag { white-space: nowrap; width: 4em; }
td.poll-chtext { width: 80%; }
td.poll-chvotes .form-text { width: 85%; }
