/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.nome-ristorante { float:left;margin-left:10px;margin-top:8px; }
.logo-ristorante { float:left; }
@media (max-width: 768px){
.nome-ristorante { float:left;margin-left:10px;margin-top:15px;font-size:18px; }	
.logo-ristorante { width:auto;max-width:350px; }
}