
/* Prevent styling vote links on expired bills */
.inactive a.vote {
  cursor: default;
  text-decoration: none;
}

.inactive a.vote.text-success {
  color: var(--green) !important;
}

.inactive a.vote.text-danger {
  color: var(--red) !important;
}

.progress {
  height: 5px;
}
