@charset "UTF-8";
table, caption, td, th {
  border: 1px solid black;
  border-collapse: collapse; /* non funziona :-( */
}

table {
    display: table;
  width: 100%;
  page-break-inside: avoid;
   /* table-layout: fixed; */
}

caption {
    padding: 1em;
    background: #fff200; /* giallo */
}

thead {
    background: #fff200; /* giallo */
}

td p {
    text-align: center;
}

/* da spostare in un altro css */
img {
    max-width: 100%;
    max-height: 100%;
}
