.gfcd-choice-closed label,
.gfcd-choice-closed .gchoice_label {
  color: #666;
  text-decoration: line-through;
  cursor: not-allowed;
}

.gfcd-choice-closed input[type="checkbox"],
.gfcd-choice-closed input[type="radio"] {
  cursor: not-allowed;
}

.gfcd-closed-label {
  margin-left: 6px;
  font-style: italic;
  color: #666;
}

.gfcd-all-expired-message {
  padding: 12px;
  background: #f0f0f0;
  border-left: 3px solid #999;
  color: #333;
  font-style: italic;
}
