@media only screen and (max-width: 320px) {
	#ugyelet iframe {
		height: 250px
	}
}

@media only screen and (min-width: 320px) {
	#ugyelet iframe {
		height: 500px
	}
}

#ugyelet {
	font-weight: bold;
	background-color: #95c6ec;
}

#ugyelet li {
	color: #615D7B;
	padding: 0.5em 0
}

#ugyelet ul {
	padding-inline-start: 1.5em
}

#ugyelet p {
	line-height: 1.2em;
	margin: 0;
}

#ugyelet #content p {
	color: darkred
}