
.sf_fb_retargeting_overlay {
    display: none;
    position: absolute;
    z-index: 1000;
    top:0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #000;
    opacity: 0.55;
}

#sf_fb_retargeting {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 1050;
    width: 100%;
}

#sf_fb_retargeting .infobox {
    position: relative;
    z-index: 10;
    font-size: 0.75em;
    padding: 0.2em 1em;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: #FFF;
    color: #000;
}
#sf_fb_retargeting .infobox a {
    color: #000;
    text-decoration: underline;
}
#sf_fb_retargeting .infobox p {
    margin: 0;
    padding: 0;
}


#sf_fb_retargeting .infobox input {
    margin-right: 5px;
}

#sf_fb_retargeting .close-button {
    position: absolute;
    right:0.3em;
    top: 0.3em;
}