body {
  font-family: sans-serif;
  font-size: 14px;
  margin: 0;
  background-color: #2d2a2e; /* original DH background color */
  color: #f0f0ee;
}
.swatch {
  display: grid;
  align-items: center;
  grid-template-columns: 250px 1fr;
  padding: 0 20px;
  width: 400px;
  height: 40px;
  white-space: nowrap;
}
.swatch span {
  grid-area: 1 / 2;
}
