.checklist-container {
  display: flex;
  justify-content: center;
  padding: 1.25rem; /* relative padding */
  padding-top: 0;
  margin-top: 0;
}

.checklist-info {
  /*font-family: Georgia, serif;*/
  line-height: 1.6;
  font-size: 1rem;
  color: #222;
  background-color: #fff;
  padding: 1.875rem; /* relative padding */
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  flex: 1 1 auto;
  border-radius: 8px;
}

.checklist-info h1
{
  display: flex;
  justify-content: center;
  align-items: center;
}

.checklist-info ul
{
  font-size: 0.9rem;
  list-style: none;
}

.checklist-info .download-link {
  display: flex;
  justify-content: end;
  padding-right: 4rem;
}

.checklist-info .legend-container
{
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-right: 10px;
  padding-bottom: 1rem;

  .legend {

    background-color: #f0f0f0;
    border-radius: 8px;
    font-family: Consolas, monospace;
    font-size: 0.9rem;
    padding: 10px;

    ul {
      font-size: 0.8rem;
      list-style-type: none;
      padding: 0;
      margin: 0;
      padding-left: 1rem;
    }
  }
}
