#price table {
  border: solid 2px #dde;
  margin: .5em 10%;
  border-collapse: collapse;
}

#price table thead th {
  padding: .3em;
  border-bottom: solid 1px #dde;
}

#price table td {
  padding: .2em 1em;
}

#price table td.price {
  text-align: right;
  white-space: nowrap;
  padding-left: 1em;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
}

.gallery .item {
  max-width: 200px;
  padding: 10px;
  background-color: #eee;
  border: 1px dashed #fff;
}
