@charset "UTF-8";

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

.preview_immagine {
    display: block;
    float: left;
    width: 22%;
    height: 25px;
    background-size: cover!important;
}

.dati_link {
    display: block;
    float: left;
    width: 78%;
    text-align: right;
}

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

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

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