
        html,
        body {
            overflow-y: auto;
        }
        
        .sc-view {
            cursor: auto;
            margin: 0;
            overflow: hidden;
            position: absolute;
        }
        
        .sc-view-overflow {
            overflow: auto;
        }
        
        .sc-container-view {}
        
        .overlays-active {}
        
        .inline-styled-view {}
        
        .sc-image-view {}
        
        .hidden-border {}
        
        .sc-regular-size {}
        
        .footer {}
        
        .remove-absolute {}
        
        .field {}
        
        .desc {}
        
        .input {}
        
        .header {}
        
        .column1 {}
        
        .sc-static-layout,
        .sc-view.sc-static-layout {
            position: relative;
        }
        
        .main {
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            position: absolute;
        }
        
        .elq-form.standard {
            overflow: visible !important;
        }
        
        .elq-form.ce {
            overflow: visible !important;
            position: static;
        }
        
        .CloudComponentInstance .email-body-wrapper .sc-view {
            position: static !important;
        }
        
        .ce .sc-view.elq-form {
            overflow: visible !important;
            position: relative;
        }
        
        a img {
            border: none;
        }
        
        body,
        div,
        dl,
        dt,
        dd,
        li,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        pre,
        code,
        form,
        fieldset,
        legend,
        input,
        textarea,
        th,
        td {
            margin: 0;
            padding: 0;
        }
        
        input,
        textarea,
        select {
            font-family: inherit;
            font-size: inherit;
            font-weight: inherit;
        }
        
        input,
        textarea,
        select {
            font-size: 100%;
        }
        
        a {
            color: inherit;
        }
        
        .elq-page-view {
            min-width: 600px;
        }
