.rete_vendita{
    background-color: #DDD;

    height:50vh;
}

#mapReteVendita, #mapAzienda{
    height:50vh;
    background-color: #666;   
}


.sede{
    text-align:center;
    font-size:1rem;
}

.rete_vendita{
    border-radius: 0.3rem;
    background-image: linear-gradient(#FFF, #DDD);
    box-shadow: 0px 1px 5px #AAA;
}

.mappa{
    width: 100%;
    height: 45vh;
}
