div.public-candidate {
padding-top: .5em;
padding-bottom: .5em;
margin-left: 5px;
}

div.public-candidate h3.candidate-name {
font-size: 14pt;
color: #000d76;
}

div.public-candidate h4.running-for {
color: #000d76;
}

div.public-candidate div.candidate-bio {
margin: 0 15px 15px 15px 15px;
}


.manage-candidate-submitted {
	background-color: #ddddff;
}

.manage-candidate-approved {

}

.manage-candidate-published {
	background-color: #ddffdd;
}

.manage-candidate-unpublished {
	background-color: #ffeebf;
}

.manage-candidate-published_in_future {
	background-color: #eeffee;
}

.manage-candidate-expired {
	background-color: #dddddd;
}

.manage-candidate-deleted {
	background-color: #aaaaaa
}

.manage-candidate-denied {
	background-color: #ffaaaa;
}
