.red-text {
	color: #ff0000;
}

.importNote {
	white-space: pre-line;
	text-align: justify;
	text-justify: inter-word;
}


.election-title {
	font-weight: bold;
	font-size: 1.3em;
	color: #cc4c02;
}

.election-date {
	font-weight: bold;
	color: #cc4c02;
}

.custom-list {
  list-style: none; 
  padding-left: 20px;
}

.custom-list li::marker {
  content: '(' counter(list-item, lower-alpha) ')';
}

.custom-list li {
  line-height: 1.2;
  font-size: 14px;
}

.signLabel {
	color: #cc4c02;
}

.signerName {
	color: #0088ff;
}

.hideUnderReview {
 display: block;
}
div.reviewContent .hideUnderReview {
 display: none;
}
