
body {
    font-family: system-ui;
    font-style: normal;
    font-weight: 400;
    font-size: 12;
    color: black;
    text-align: left;
    max-width: 85%;
    background: rgb(248, 245, 241);
  }
summary {
  font-family: system-ui;
  font-style: normal;
  font-weight: 400;
  font-size: 14pt;
}
  td {
    font-family: system-ui;
    font-style: normal;
    font-weight: 400;
    color: black;
    font-size: 13pt;
}

table {
    border: none;
    table-layout:auto;
    width: 800px;
    padding: 2px;
    text-align: left;
    margin: 0 0px 0px 0;
  }

  h1 {
    margin: 0;
  }

  h2 {
  margin: 0;
}

  h3 {
  margin: 0;
}

  p {
  margin: 0px;
}

li {
  width: 85;
}

details[open] > summary {
  background-color: #ccf;
}

/* Styles for reset button */
#reset {
  margin-top: 20px;
  background-color: red;
  cursor: pointer;
  font-size: 18px;
  padding: 8px 20px;
  color: rgb(248, 248, 248);
  border: 0;
}

.inline { 
  display: inline-block; 
}