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

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

}