#poll {
  padding: 5px 10px 5px 10px;
  border: 1px solid #cccccc;
  background-color: #eeeeee;
  text-align: left;
  margin-left: auto;
  margin-right:auto;
  margin-top: 12px;
  margin-bottom: 12px;
  width: 130px;

}

#poll ol, #poll ul {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
  text-align:left;
}

#poll ol li, #poll ul li {
  padding: 2px;
}


#poll .submit_button, #poll .get_results {
  text-align:center;
}

.response {
  border: 1px solid red;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  margin-bottom: 0.5em;
}

.jdp_result_table {
  padding-top: 1em;
}

.jdp_result_table .fromtable {
  float:right;
  padding: 12px;
  width: 400px;
}

.poll-results {
  margin-top: 12px;
  margin-left: 12px;
}

.poll-results caption {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: bold;
}

.poll-results th {
  padding-bottom: 0.5em;
}

.poll-results td {
  padding: 4px;
  border-top: 0;
  border-bottom: 1px solid #eeeeee;
  border-left: 0;
  border-right: 0;
}

.jdp_answers {
  padding-top: 0.5em;
}

#jdp_questions {
  padding: 0;
  margin: 0;
}

