
table#edit-third-party-settings-geocoder-field-plugins .form-item input.error {
  outline: solid red thin;
}

table.geocode-plugins-list {
  thead th .options-field-description {
    font-weight: normal;
    text-transform: none;
    font-size: 0.95em;
  }
  tr {
    border-bottom-color: lightgray;
    td {
      .form-item {
        margin: 0 !important;
        label {
          font-weight: normal !important;
        }
        input.error {
          outline: solid red thin;
        }
        input[type="checkbox"] {
          margin: 12px 0;
        }
      }
    }
  }

}
