.leaflet-popup.leaflet-zoom-animated {
    width: 490px;
}
.leaflet-popup h6,.leaflet-popup .h6 {
    margin: 16px 0 0;
}
.leaflet-popup-content {
    width: auto !important;
}
.leaflet-popup-content ul li {
    font-size: 13px;
    line-height: normal;
}

.leaflet-popup-content p{
    font-size: 13px;
    line-height: normal;
}

.leaflet-popup-content h6 {
    font-size: 18px;
}
.leaflet-popup.popup-linea-1 .leaflet-popup-content-wrapper {
  background-color: #ffe6e6;
  border-left: 4px solid #e60000;
  
}
.leaflet-popup.popup-linea-1  .leaflet-popup-tip {
    background-color: #ffe6e6;
}
.leaflet-popup.popup-linea-2 .leaflet-popup-content-wrapper {
  background-color: #fff2e0;
  border-left: 4px solid #ff8000;
}
.leaflet-popup.popup-linea-2  .leaflet-popup-tip {
    background-color: #fff2e0;
}
.leaflet-popup.popup-linea-3 .leaflet-popup-content-wrapper{
  background-color: #e8f8f1;
  border-left: 4px solid #2e8b57;
}
.leaflet-popup.popup-linea-3  .leaflet-popup-tip {
    background-color: #e8f8f1;
}
.leaflet-popup.popup-linea-4 .leaflet-popup-content-wrapper{
  background-color: #f0f0f0;
  border-left: 4px solid #999;
}
.leaflet-popup.popup-linea-4  .leaflet-popup-tip {
    background-color: #f0f0f0;
}
.leaflet-popup-content {
    margin: 0 !important;
}
.leaflet-popup-content img{
    border-radius: 10px 10px 0 0;
}
.leaflet-popup-content div {
    margin: 13px;
}
@media all and (max-width:570px){
	.leaflet-popup.leaflet-zoom-animated {
    	width: 350px;
	}
	.leaflet-popup-content p {
	    font-size: 13px;
	    line-height: normal;
	}
}
@media all and (max-width:425px){
	.leaflet-popup.leaflet-zoom-animated {
    	width: 275px;
	}
	.leaflet-popup-content p {
	    font-size: 12px;
	    line-height: normal;
	}
}