* {
	background: white !important;
	color: black !important;
}

fieldset {
	background: white !important;
}

#complete {
	width: 100% !important;
	border: 2px solid black !important;
}
.legend {
	width: 100% !important;
	margin: 0 !important;
	font-size: 1.5em;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
}

input {
	border: 1px solid black !important;
}

.yn_container  div{
	border: 1px solid black !important;
	padding 1em;
	box-sizing: content-box;
}

.yn.active,
.yn.active span {
	background: black !important;
	color: white !important;
}

input[type="checkbox"],
.bigbox {
	accent-color: black;
}
