.poll-question {
  font-size: 8pt;
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
}

.poll-answer {
  font-size: 7pt;
  font-weight: bold;
  color: white;
  padding: 2px 0px 2px 0px;
}

.poll-bar {
  border: 1px solid #000;
  background-color: #414C68;
  font-size: 5px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 3px;
}

