#input-image {
  border-bottom: 1px solid grey;
  padding-bottom: 10px;
}

#input-image-prompt {
  display: inline-block;
  padding-top: 2px;
}

#input-image-file {
  display: inline-block;
  margin-left: 25px;
}

#image-preview {
  margin-left: 10px;
  margin-top: 10px;
  float: left;
}

#image-preview-image {
  padding: 5px;
  border: 1px solid lightgrey;
  display: none;
}

#image-preview-loading {
  display: none;
}

#swatches {
  float: right;
  display: none;
  margin-right: 10px;
}

#swatch-name {
  border-bottom: 1px solid grey;
  padding: 10px 0;
}

#swatch-name label {
  font-weight: bold;
}

div.swatch-section {
  border-bottom: 1px solid grey;
  padding-bottom: 10px;
}

div.swatch-section h2 {
  margin-bottom: 5px;
}

div.swatch-section em {
  padding-left: 20px;
  margin-bottom: 10px;
  display: block;
}

div.swatch-section button {
  padding: 10px;
  margin-bottom: 10px;
  width: 140px;
}

div.swatch-section input {
  margin-right: 20px;
}

div.swatch-section button.swatch-export {
  float: right;
}

div.swatch-section table.swatch tr td {
  height: 30px;
  width: 30px;
  background-color: white;
  padding: 0;
}
