@charset "UTF-8";

.elemento_link {
    display: block;
    float: none;
    clear: both;
    padding-top: 20px;
	 
}

.preview_immagine {
    
    float: left;
    width: 100%;
    height: 65px!important;
   background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50% !important;
	background-size: cover!important;
}

.dati_link {
		display: block;
		
		width: 90%;
		margin:0 auto;
		color:white!important;
		text-shadow: 1px 1px #000;
		text-transform:uppercase;
		font-size:14px;
		font-weight:900;
		line-height:65px;
	 
}
.dati_link  a {
	color:white!important;
}

.PW_titolo {
    clear: both;
    font-size: 1.1em;
}

.PW_descrizione {
    clear: both;
    text-transform: uppercase;
    font-size: 0.6em;
}

.link-seed_image_link-container {
    display: table;
    clear: both;
    width: 100%;
}