body{
 	font-family: Verdana;
	font-size:12px;
	page-break-before: table;
}
table{
	font-size:12px;
	border-collapse: collapse;
}
td{
	/*padding: 15px;*/
}
table.a{
	color:blue;
}


.submit{
	font-size:12px;
	font-family: Verdana;
	color:rgb(94,0,0);}

.card-catasto {
  height: 150px; /* opzionale */
}

.card-image-catasto {
  position: relative;
  width: 100%;
  height: 100px;
}

.card-image-catasto img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center; /* 👈 allineamento a sinistra */
}


.card-title-catasto {
  position: absolute;
  bottom: 10px;
  right: 132px;
  margin: 0;
  padding: 4px 8px;

  font-size: 1.1rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 4px;
}