
table.pollMainTable {
  border: solid;
  border-width: 1px;
  cellspacing:0;
  cellpadding:0; 
  background-color: none;
}

td.pollMainCell {
  background-color: none;
}

table.pollContent {
  border: none;
  border-width: 0;
}

tr.pollContentRow {
  line-height: 100%;
}

td.pollContentResultCell,
td.pollContentCell {
  background-color: none;
}

td.pollContentResultCell {
  width: 160px;
}

