img {
    display:none;
}

td.name {
    /* font-weight: bold; */
    white-space: inherit;
}

 tr:not(:last-child)>td {
  border-bottom: 1px solid black;
}
td:not(:last-child) {
  border-right: 1px solid black;
}

table {
  border-collapse: collapse;
  /* width: 50%; */
  margin: 2em;
}
 
td {
    padding: 0.3em;
}

html {
    font-family: system-ui;
}