/**
 * Fonts
 */
/**
 * Fonts array
 */
/**
 * Font weights
 */
/**
 * Font weights array
 */
/**
 * Colors
 */
/**
 * Colors array
 */
/**
 * Patterns
 */
/* line 5, ../../scss/components/drupal.scss */
.form-item input,
.form-item textarea {
  border: 1px solid #aaa;
  border-radius: 3px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 14px;
  color: #133b60;
  text-transform: none;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 0;
  padding: 5px;
  margin: 0 0 10px 0;
}

/* line 19, ../../scss/components/drupal.scss */
table.sticky-enabled {
  width: 100%;
}

/* line 23, ../../scss/components/drupal.scss */
.tabledrag-toggle-weight-wrapper {
  display: none;
}

/* line 27, ../../scss/components/drupal.scss */
.fieldset-legend .summary {
  font-weight: 400;
  font-style: italic;
}

/* line 32, ../../scss/components/drupal.scss */
.description {
  font-size: 12px;
  color: #aaa;
  margin-top: 5px;
}

/* line 38, ../../scss/components/drupal.scss */
html.js input.form-autocomplete {
  background-position: 100% 24px;
}
