@media only screen and (max-width: 49.99em) {
	#valasz #answers-wrap>div {
		flex-direction: column;
	}

	#valasz #answers-wrap>div>div {
		width: 100%
	}

	#valasz .question-answer {
		flex-direction: column
	}

	#valasz .question-answer>div:first-child {
		width: 100%;
		padding-top: 0.5em
	}

	#valasz .question-answer>div:nth-child(2) {
		display: flex;
		width: 100%
	}

	#valasz .answer:first-child {
		margin-right: 1em;
		margin-left: 0.5em
	}
}

@media only screen and (min-width:50em) {
	#valasz #answers-wrap>div>div {
		width: 50%
	}

	#valasz .question-answer>div:first-child {
		width: 60%;
	}
}

#valasz textarea {
	font-family: Arial;
	font-size: 1em;
	height: 10em;
	width: 100%;
	resize: none;
	padding: 0.2em;
	background-color: lightgray;
	border-width: 0 0 1px 0;
	border-color: black;
	overflow: auto
}

#valasz .selected {
	background-color: red
}

#valasz #answers-wrap>div {
	display: flex
}

#valasz .answer {
	display: flex;
	align-items: center;
	height: 3em
}

#valasz .answer div:first-child {
	width: 1em;
	height: 1em;
	border: 1px solid black;
	border-radius: 1em;
	margin-right: 0.5em;
}

#valasz .topic {
	font-size: 1.2em;
	font-weight: bold;
	background-color: palegoldenrod;
	border: 1px solid black;
	word-break: break-word;
	text-align: center;
	min-height: 3em;
	padding: 0.2em;
	display: flex;
	align-items: center;
	justify-content: center;
}

#valasz .question-answer {
	min-height: 6em;
	display: flex;
	align-items: center;
	border: 1px solid black;
	background-color: white
}

#valasz .question-answer>div:first-child {
	/*mobil miatt kell külön*/
	padding-left: 0.5em;
	padding-right: 0.5em
}