div.question {
  background: #4d0866;
  color: #ffffff;
  padding: 20px;
}
div.answer-box {
  border: 2px solid #ffffff;
  background: #eeeeee;
  padding: 20px;
  color: #4d0866;
  min-height: 300px;
}

div.question p, div.answer-box p {
  margin-bottom: 20px !important;
}

div.question a, div.answer-box a {
  font-weight: bold;
  text-decoration: underline;
}

div.q, div.a {
  font-size: 34px;
  font-family: Haettenschweiler, Impact, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
  font-weight: normal;
}

div.q {
  display: inline;
  margin: 4px 10px 4px 4px;
}

div.a {
  margin-right: 10px;
}

div.thumbnail {
  float: left;
  margin: 20px 20px 0 0;
}

div.vote-total {
  text-align: center;
  font-weight: bold;
  margin: 10px;
}

table.votes tr:nth-child(even) {
  background: #eaeaea;
}

table.votes > tbody > tr > td {
  border-bottom: 1px solid #dddddd;
}

table.vote-container {
  width: 100%;
  height: 20px;
  outline: 1px solid #aaaaaa;
  color: #4d0866;
  background: #ffffff;
  margin: 10px 0;
}

td.vote-answer {
  font-size: .8em;
  padding: 2px 10px 2px 4px;
}

td.vote {
  background: #4d0866;
}

td.vote-percentage {
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 4px;
}

div.vote-analysis {
  border: 1px solid #aaaaaa;
  background: #fafafa;
  padding: 10px;
  margin: 10px 0;
}

div.error-simple {
  margin-top: 10px !important;
  padding-left: 10px !important;
  width: 200px;
}

#VoteButton {
  background: #4d0866;
  color: #ffffff;
}

div#PieChart {
  height: 400px;
}