<style>
  details {
    margin-bottom: 1.5rem;
    border: 1px solid #ccc;
    padding: 0.5rem;
    border-radius: 5px;
    background-color: #f9f9f9;
  }

  summary {
	font-variant: small-caps;
    font-size: 1.1rem;
    cursor: pointer;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
  }

  th, td {
    border: 1px solid #ddd;
    padding: 0.5rem;
    text-align: left;
  }

  th {
    background-color: #f0f0f0;
  }
</style>
