 
	body {
		background-color: #ffffff;
	}
	header,
	#header .branding {
		background-image: url('/img/1744729787.336e6y4dy.png');	
	}
	#candidates [type="checkbox"]:not(:checked) + label {
	background: url('/css/img/icons/voting/classic-small-bw-unchecked.png') no-repeat;
	background: none,
	url('/css/img/icons/voting/classic-small-bw-unchecked.svg') no-repeat;
	}

	#candidates [type="checkbox"]:checked + label {
	background: url('/css/img/icons/voting/classic-small-bw-checked.png') no-repeat;
	background: none,
	url('/css/img/icons/voting/classic-small-bw-checked.svg') no-repeat;

}/* Hide test button
.recruitment-options.spread a:first-of-type {
display:none;
}
*/

/* Extra vlag */
ul#languages li:nth-child(3) a img {
    opacity: 0.5;
}
ul#languages li:nth-child(3) a img:hover {
    opacity: 1;
}

/* Font override */
html, body, p, label, td, th, a, ul, li, span, h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif!important;
}
/* Start stembiljet met foto's 
.template-stembiljet .ribbon {
  display: none;
}
.template-stembiljet .intro.row {
  margin-left: 10px;
}
.template-stembiljet .intro.row h1  {
  width: 100%;
}
.template-stembiljet input[type="submit"]:disabled {
    background-color: #555555;
    color: #aaaaaa;
}
.template-stembiljet input[type="submit"]{
  line-height: 24px;
}
.template-stembiljet .motto p {
  margin: 0;
}
.template-stembiljet .naam {
  display: flex;
    order: 1;
}
.template-stembiljet .motto {
    display: flex;
    order: 2;
    flex-direction: column;
}
.template-stembiljet .profiel-kenmerken {
    display: flex;
    order: 1;
}
@media only screen and (min-width: 340px) {
.template-stembiljet #link-privacy {
  width: auto;
}
}
@media only screen and (max-width: 600px) {
#candidate-slider nav {
  margin: 50px 0 0 0;
}
.pop-up-content .message .pop-up-close {
  top: 10px;
}
}
 Eind stembiljet met foto's */