.stap {
	float: left;
	
	width: 100%;
}

.vraag {
	float: left;
}

.antwoord {
	float: right;
	
	width: 100px;
}

.keuze {
	float: right;
	
	width: 150px;
}

.vraag_container {
	clear: both;
}

.text {
	margin-bottom: 10px;
}

.uitslag {
	clear: both;
	
	margin-top: 30px;
	margin-bottom: 10px;
}

.clearb {
	clear: both;
}

.eens, .oneens {
	width: 50px;
	
	margin-top: 0px;
	margin-bottom: 0px;
	
	float: left;
	
	text-align: center;
}

.input_text, .input_select {
	width: 250px;
}
