fieldset {
    padding: 5.6px 12px 10px 12px;
		margin-top: 10px;
		margin-bottom: 20px;
    border-width: 2px;
}

legend{
	padding: 0 10px 0 10px;
	color: #003979;
	font-weight: bold;
	font-size: 20px;
}

legend .question-item-pre {
    font-size: 16px;
    font-weight: normal;
}

/*input[type=checkbox]*/
.candidate-checkbox {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
	position: absolute;
	bottom: 0;
	margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

div .candidate-category-row {
    overflow: hidden;
}

div .candidate-item {
    text-align: center;
    width: 200px;
    border: 7px solid silver;
		padding-bottom: 10px;
		float: left;
		min-height: 340px;
		margin: 10px;
		position: relative;
}

.question-text{
	margin-bottom: 1em;
	color: #003979;
	font-weight: bold;
}

.project-info-img-wrap{
	width: 140px;
	height: 180px;
	margin: 25px auto 10px auto;
}

.project-info-img-wrap .helper{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.project-info-img-wrap > img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
}

label img{
    pointer-events: none;
}

.candidate-name {
  font-weight: bold;
}

.question-item input {
  margin: 15px;
}

#etn-board-election-thank-you-for-voting,
#etn-board-election-welcome-back {
  border-style: double;
  padding: 30px;
  margin: 30px;
	font-family:'Lucida Console', monospace;
	font-size: 14px;
}


.submit-vote-button{
  padding: 5px 15px;
  background: #ccc;
  border: 0 none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  margin-left: 30px;
  margin-top: 20px;
}

.confirm-checkbox {
    margin: 15px 15px 15px 30px;
}

.confirm-checkbox-wrap{
  display:table-row;
}

.confirm-checkbox-wrap label,
.confirm-checkbox-wrap input{
    display:table-cell;
}
