.lexikon_main{	
        width:100%;
	min-width:400px;
        margin:0px auto;
}
.lexikon_elem{
        float:left;
        max-width:380px;
        min-height:250px;
        max-height:400px;
	color:white;
	background-color: rgba(0,0,0,0.5);
        border-radius:20px;
	margin: 20px;
	padding:30px;	
	text-shadow: 1px 1px #000000;
        position:relative;
        border:3px ridge white;
}
/*Jobbra igazított elemek*/
.csat_nev{
        width: 100%;
        min-width:200px;
	float:right;
	font-size:22px;
}
.tema{
	width: 100%;
        min-width:200px;
	float:right;
	font-size:14px;
        border-bottom: 1px solid white;
}

.leiras{
	width: 65%;
        min-width:150px;
	float:right;
	text-align:justify;
        padding-top:20px;        
        padding-bottom:30px;
        overflow: auto;
}
/*Balra igazított elemek*/
.csatornakep{
	width:30%;
        min-width:100px;
	float:left;
}
.csatornakep img{
        width:80%;
	float:left;
        padding:10%;
}
.csat_tipus{
        width: 30%;
        min-width:100px;
	float:left;
	font-size:16px;
	font-style:italic;
        text-align:center;
}
/*Középre igazított elemek*/
.szavazofelulet{	
	width:100px;
	height:70px;
	padding-top:10px;
	border-radius:10px;
	background-color: rgba(0,0,0,0.9);
	box-shadow: 5px 5px 2px #000000;
	text-shadow: 1px 1px #000000;
        clear:both;
        border:3px ridge white;
        position:relative;
        bottom:150px;
        left:60px;
}
.rating_csik{
	margin:5px;
	background-color:yellow; 
	position:relative;
	height:20px;
}
.ertekeles{
	width:210px; 
	background-color:black;
	border-radius:10px;
        clear:both;
        position:absolute;
        bottom:-30px;
        right:10px;
        border:3px ridge white;
        clear:both;
}
.lexikon_szavazo{
    float:left;  
    min-height:500px;
}
#lexikon_valaszto{
        margin:0px auto;
        color:white;
        text-align:center;
        font-size:22px;
        padding:10px;
        width:200px;
	border-radius:10px;
	background-color: rgba(0,0,0,0.7);
        border:3px ridge white;
	text-shadow: 1px 1px #000000;    
}
@media screen and (max-width: 600px) {
    .szavazofelulet{
        bottom:120px;
        left:30px;
    }
    .ertekeles{
        bottom:-50px;
    }
}