/* per mettere allineati a destra le etichette del panelgrid */
.ui-grid-col-6{
	text-align: right;	
}

.row {
        display: flex;
        justify-content: space-between;
 }
 
 .arriviTitle{
 	background-color: white;
 	background: url('../images/arrivi.png') no-repeat;
 	color: white;
 	font-weight: bold;
 	
 	width: 569px;
 	height: 72px;
 }
 
 .partenzeTitle{
 	background-color: white;
	background: url('../images/partenze.png') no-repeat;
 	color: white;
 	font-weight: bold;
 	width: 569px;
 	height: 72px;
 }