body, html {
  margin: 0 8px;
  padding: 0;
}

body {
  font-family: Franklin,Arial,Helvetica,sans-serif;
}

h1 {
  font-size: 2rem;
}

.taplist {
  list-style: none;
  padding-left: 1em;
  font-size: 1.2rem;
}

.taplist li {
  margin: 0 0 0.5em 0;
  padding: 0.5em;
  border-bottom: 2px solid #eee;
  widows: 5;
}

.taplist h2 {
  margin: 0 0 0.1em 0;
  font-size: 1.5rem;
}

.taplist p {
  margin: 0;
}

.taplist p:empty {
  display: none;
}

.brewery {
  text-transform: capitalize;
}

.abv,
.ibu {
  text-transform: uppercase;
}

#embedded {
  margin: 0;
}

#embedded h1 {
  font-size: 1rem;
}

#embedded .taplist {
  padding-left: 0;
  font-size: 0.8rem;
}

#embedded .taplist li {
  padding: 0.2em 0;
}

#embedded .taplist h2 {
  font-size: 0.9rem;
}

@media print {
  body, html {
    margin: 0;
  }

  body {
    font-size: 50%;
  }

  .taplist {
    list-style: none;
    padding-left: 10px;
    column-count: 2;
    column-gap: 20px;
  }
}

