.poll_question{
  color: black;
  font-size: 14;
}

.poll_remark{
  color: #eeeeee;
  font: italic;
}
.poll_answer{
  background: #ff7711;
  color: #440000;
  font: bold;
}
