/** node/content editor styles **/
.node-form {
  margin-top: 1em;
  font-size: 15px;
}
.node-form legend {
  font-size: 1.4em;
  color: #437097;
  font-weight: bold;
}
.node-form select {
  display: block;
}
.node-form table thead {
  background: #427098 !important;
  font-size: 14px;
}
.node-form table thead th {
  padding: 0.8em !important;
}
.node-form table thead th h4 {
  margin: 0 !important;
}
.node-form .field-add-more-submit {
  background: #8f8f8f !important;
  border: 0 !important;
  font-size: 16px;
  margin: 0;
}
.node-form .field-add-more-submit:hover {
  background: #6b6b6b !important;
}
.node-form .tabledrag-toggle-weight {
  background: #707070 !important;
  border-radius: 0.2em;
  border: 0;
  color: #fff;
  padding: 0.4em;
}
.node-form .tabledrag-toggle-weight:hover {
  cursor: pointer;
}
.node-form .details-wrapper {
  margin-top: 1em;
}
.node-form .button--danger {
  background: #a10000;
  color: white;
  padding: 0.7em;
  border-radius: 0.3em;
}

/*# sourceMappingURL=forms.css.map */
