/* This CSS is to hide bait fields in forms to act as a fallback when recaptcha fails
 It must be its own independant file, as advanced bots can determine if something is hidden with inline CSS or not.
 */

.robo {
    display: none !important;
}