.webform-counter-warning {
    display: inline-block;
    padding-left: 15px;
    border-left: 5px solid #BE4A19;
    color: #BE4A19;
    font-weight:bold;
}

.webform-counter-warning > div.text-count-message:after {
    content: "!";
}

/* back button fix  */

.govuk-back-link input, .govuk-back-link input:active {
    top: 0px !important;
}

/* FIND BUTTON MARGIN FIX */
#edit-postcode-find-button > p, #edit-postcode-find-button2 > p {
  margin: 0;
}

/* FIELD SUFFIX NO GDS SIZE FIX */
.field-suffix {
  font-size:1.1875rem;
}

/* £ PREFIX INLINE FIXES */
.form-item-total-cost-of-project span.form-hint.govuk-hint, .form-item-amount-sought-from-ward-councillors-empowerment-fund span.form-hint.govuk-hint, .form-item-benefit span.form-hint.govuk-hint {
    display: none;
}