 .eventbox{
position:relative;
	display: inline-block;
}

.eventbox{
    	display: block;
	overflow:hidden;
}
.eventthumb {
	width:250px;
	float:left;
	clear: left;
}
.eventtext,.eventthumb {
	display: inline-block;
	margin-top:0px;
		
}
.eventtext{
	width:320px;
	margin:0px;
	float:left;
	clear:right;
	
}
.eventth{
	margin-right:0px;
	float:right;
	clear:right;
	margin-top:0px;
}
.desc{
	margin-top:0px;
}
.lnk{
	margin-bottom:0px;
}


.overview {

        font-weight:normal;

        

        padding:8px;

        width:500px;

        font-size:10px;   
	background-color: rgb(16, 16, 16);
	border: 1px solid rgb(47, 47, 0);
    }

    .overview p {

        font-size:10px;        
	margin: 0px 0px;    
    }

    .biblio {

        font-weight:normal;

        background-color:#010203;

        padding:5px;
	margin: 0px 0px; 
        font-size:10px;        

    }
      
    .biblio p {

        font-size:10px;        
        padding:2px;
    }

}
/*Smartphone*/
@media only screen and (max-width : 320px) {
	
	.eventtext { 
		display:none 
	}

}



