.dalux-vote-button {
  display: inline-block;
  padding: 12px 26px;
  font-size: 18px;
  cursor: pointer;
  border: none;
  background: #8DC63F;
  color: white;
  border-radius: 5px;
  font-weight: 500;
}

.dalux-vote-button:hover {
  background: #61973b;
   color: #fff;
}

.dalux-vote-button.dalux-voted {
  opacity: .85;
  pointer-events: none;
}

.dalux-vote-results {
  list-style: none;
  padding: 0;
  margin: 0;
}