body {
    
}

div {
    margin: 5px 0;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}

td {
    padding: 5px;
}

.fr {
  display: flex;
  flex-direction: row;
}

.fc {
  display: flex;
  flex-direction: column;
}

details summary::after {
  content: "See more";
  cursor: pointer;
  font-weight: bold;
}

details[open] summary::after {
  content: "Hide";
}
