/* Common handlers CSS for forms and UI elements */

/* Hide elements that are used for label targeting (typically submit buttons) */
.hidden {
    display: none !important;
}
