/* .anchor:before {
  display: block;
  content: " ";
  margin-top: -80px;
  position: relative;
  height: 80px;
  visibility: hidden;
  pointer-events: none;
} */

/*#wine-list {
  max-height: calc(100vh - 6em);
  overflow: auto;
}*/

.wine-description {
  margin: 0 0 1rem;
  font-size: 125%;
}

.wine-list {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.wine-list table {
  display: inline-block;
  table-layout: fixed;
  width: auto;
}
.wine-list td {
  vertical-align: top;
}
.wine-list td:nth-child(1) {
  width: 1%;
  padding-right: 1rem;
}
.wine-list td:nth-child(3) {
  text-align: right;
  padding-left: 1rem;
}
.wine-list h3 {
  margin: 3rem 0 1.5rem;
  text-transform: uppercase;
}
.wine-list h4 {
  margin: 3rem 0 1rem;
}
.wine-list h3,
.wine-list h4 {
  text-align: center;
}
.wine-list table,
.wine-list th,
.wine-list td {
  border: none;
  border-collapse: collapse;
}
