.continente 
,.stato
,.regione
{
    cursor: pointer;
    white-space: nowrap;
}
.continente:hover 
,.stato:hover
,.regione:hover
{
    text-decoration: underline;
}

#stati ul,
#regioni ul {
	column-count: 3;
}
#stati ul li,
#regioni ul li {
	list-style: disc;
}
#regioni {
    margin-bottom: 20px;
}
#punti_vendita {
}
.nome_rivenditore {
	text-transform: uppercase;
}
.dis_selected{
	text-decoration: underline;
	font-weight: bold;
}
#des_stato,
#des_regione {
	text-align: center;
	margin: 90px;
	text-transform: uppercase;
	font-size: 15pt;
}
.pv:nth-child(3n+1) {
    clear: left;
}
.pv {
    float: left;
    width: calc(33% - 20px);
    margin-top: 40px;
    margin-left: 20px;
}

@media (max-width: 991px) {
	.pv {
	    width: calc(50% - 20px);
	}
	.pv:nth-child(2n+1) {
	    clear: left;
	}
}
@media (max-width: 551px) {
	.pv {
	    width: 100%;
		clear: left;
	}
	#stati ul, #regioni ul {
	    column-count: 2;
	}
}
