#locsh_for_woocom_rules_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
}

#locsh_for_woocom_rules_table th {
  text-align: left;
  padding: 10px;
  background: #f0f0f1;
  border-bottom: 1px solid #ccc;
}

#locsh_for_woocom_rules_table td {
  padding: 10px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}

.locsh_for_woocom_rule input[type="text"],
.locsh_for_woocom_rule input[type="number"] {
  width: 100%;
  max-width: 300px;
}

.locsh-for-woocom-remove-rule {
  color: #dc3232;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
}

.locsh-for-woocom-remove-rule:hover {
  color: #a00;
}
