.poll_result {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: gray;
  border-radius: 8px;
}

.poll_result div {
  border-radius: 8px;
  display: block;
  padding: 5px;
  background: red;
  white-space: nowrap;
  font-weight: bold;
  text-shadow: 1px 1px 1px #444;
  color: #fff;
}

