div#involvement > div {
	display: flex;
}

div#explanation {
	width: 60%;
	padding-right: 2em;
}

div.explanation-line {
	display: flex;
	align-items: center;
	padding-bottom: 1em;
}

div.explanation-line img {
	width: 25%;
	max-width: 128px;
	height: 25%;
	padding-right: 1em;
	flex-shrink: 0;
}

div#form {
	padding: 1em;
}

.qf_description {
	font-size: smaller;
	font-weight: bold;
}

.qf_error_text {
	display: block;
	color: red;
	font-weight: bold;
}

.qf_button, #qf_uploader_add {
	background-color: #00b4f3;
	color: white;
	font-size: 130%;
	padding: 8px;
	font-weight: bold;
	border: 0;
}

#qf_uploader_add {
	background-color: #9faaaa;
	margin-top: 0.5em;
}

.qf_tinytext, .qf_text {
	font: 12pt Open Sans, sans-serif;
	width: 100%;
	border: 0;
}

.qf_mandatory_explanation {
	font-size: smaller;
}

@media screen and (max-width: 849px) {
	div#explanation {
		width: auto;
	}
	
	div#involvement > div {
		display: block;
	}

}

input {
	border-radius: 0;
	-webkit-appearance: none;
}