<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.structure-row {
  padding-top: 5px;
  padding-bottom: 5px;
}

.structure-table * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.structure-table td {
  padding: 5px;
}

.structure-table tr.deleted,
.structure-table tr.deleted select,
.structure-table tr.deleted .structure-type,
.structure-table tr.deleted .structure-remove {
  color: #e74c3c;
  opacity: 0.7;
}

.structure-table tr.deleted .structure-remove:hover {
  color: #72c02c;
  opacity: 1;
}

.structure-table .structure-name {
  min-width: 20%;
}

.structure-table .structure-remove {
  width: 30px;
  color: #999;
}

.structure-table .structure-add {
  width: 30px;
  color: #444;
}

.structure-table .structure-remove:hover,
.structure-table .structure-add:hover {
  cursor: pointer;
}

.structure-table .structure-remove:hover {
  color: #e74c3c;
}

.structure-table .structure-add:hover {
  color: #72c02c;
}

.structure-table .structure-type {
  color: #999;
}

.structure-table .structure-input {
  padding-top: 0;
  padding-bottom: 10px;
  padding-right: 0;
}

.structure-table .structure-type select {
  max-width: 200px;
}

hr.fields-separator {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
</pre></body></html>