/* Keep button labels consistent across the public site and web application. */
button:not(#button-font-size-override),
.btn:not(#button-font-size-override),
.button:not(#button-font-size-override),
[class*="btn"]:not(#button-font-size-override),
[class*="button"]:not(#button-font-size-override),
input[type="button"]:not(#button-font-size-override),
input[type="submit"]:not(#button-font-size-override),
input[type="reset"]:not(#button-font-size-override),
[role="button"]:not(#button-font-size-override) {
    font-size: 12px !important;
}
