#left_content_column {
  text-align: left;
}

.votesTable {
  text-align: center;
  width: 126px;
  margin-left: 1px;
  background-image: url(../image/bg_poll.png);
}

.votesTable table {
  width: 126px;
  height: 63px;
  display: inline;
}

.votesTable table tr td {
  font-size: 14px;
  text-align: center;
  padding-top: 3px;
  font-weight: 900;
}

.resultsTable {
    width: 126px;
}

.resultsTable table tr td {
  font-size: 11px;
}

#imageabovepoll {
  margin-top: 13px;
}

#polldiv {
  margin: 15px 12px 0px 11px;
}