/*Youtube Lejátszási listák*/
#youtube_video
{
	position:absolute;
	left:0px;
	top: 200px;
	width:120px;
	height:325px;
	background-color:rgba(0,0,0,0.7);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.forras_sor{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	font-size:18px;
	height:40px;
	border-radius: 20px;
	border:3px groove white;
	overflow:hidden;
}
.anyag_nev{
	background-color:orange;
	color:black;
	width:25%;
	float:left;
	padding:10px 0px;
	text-align:center;
}
.anyag_leiras{
	background-color:black;
	color:orange;
	width:72%;
	float:left;
	padding:10px 0px;
	padding-left:3%;
}
