 
	body {
		background-color: #ffffff;
	}
	header,
	#header .branding {
		background-image: url('/img/1646310763.0012rSxUrm.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;

}