.grid {
    border: 1px solid #CCCCCC;
    color: #333333;
    padding: 5px;
    position: relative;
	margin:1px;
	font-family: Verdana;
	width:calc(100% / 4.2);
	min-width: 150px;
}
.grid .dati {
    height: 73px;
    overflow: hidden;
}
.grid .icona {
    height: 160px;
	width: 100%;
    margin-bottom: 5px;
}
.grid .icona a {
    display: block;
    height: 100%;
    width: 100%;
}
.grid .titolo {
    width:100%; text-align:center;
	font-size: 14px;
    font-weight: bold;
}
.grid .titolo a {
    color: #335EA0;
}
.grid .titolo a:hover {
    color: #4A88E6;
}
.grid .sottotitolo {
    width:100%; text-align:center;
	font-size: 12px;
    font-style: italic;
}
.grid .testo {
    color: #555555;
    font-size: 11px;
}
.grid:hover {
    opacity: 0.8 !important;
}

/*@media (max-width: 420px) {
    .grid {
        width: calc(100% / 2.1);
        min-width: inherit;
    }
}
*/