<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Horizontal layout and grey box labels */
/* Version 19.00 (##009##) */

div.fcp_wrapper {background-color:#fafafa;border:1px solid #e8e8e8}
div.fcp_captcha_inner {background-color:#f6f6f6}

/* horizontal */

div.fcp_label {display:inline-block;width:25%;margin-right:1%;vertical-align:top;text-align:right;padding:.35em 0 .3em 0;overflow:hidden}
div.fcp_controls {display:inline-block;width:74%}
@media screen and (max-width:800px) 
{
    div.fcp_label    {display:block;width:100%;text-align:left}
    div.fcp_controls {display:block;width:100%}
}</pre></body></html>