.dpswatches-swatch-group { margin-top: 10px; }
.dpswatch {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 8px 12px;
  margin: 3px;
  cursor: pointer;
  border-radius: 4px;
}
.dpswatch:hover {
  background-color: #eee;
}
.dpswatch.selected {
  border-color: #106816;
  background-color: #dff0d8;
}
