.poll
{
  font-size: 12px;
}

.poll .title
{
  font-size: 12px;
  font-weight: bold;
}

.poll .bar {
  height: 1em;
  margin: 1px 0;
  background-color: #28272B;
}
.poll .bar .foreground {
  background-color: #D5D5D6;
  height: 1em;
  float: left; /* LTR */
}
.poll .links {
  text-align: center;
}
.poll .percent {
  text-align: right; /* LTR */
  color: #666666;
}
.poll .total {
  text-align: center;
  position: relative;
  top: -15px;
}
.poll .vote-form {
  text-align: center;
}
.poll .vote-form .choices {
  text-align: left; /* LTR */
  margin: 0 auto;
  display: table;
}
.poll .vote-form .choices .title {
  font-weight: bold;
}
.node-form #edit-poll-more {
  margin: 0;
}
td.poll-chtext {
  width: 80%;
}
td.poll-chvotes .form-text {
  width: 85%;
}
