/**
 * @file
 * Mapping element styles.
 */

.webform-mapping-table th {
  width: 50%;
}

.webform-mapping-table .form-text,
.webform-mapping-table .form-select {
  width: 100%;
}
