<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#requestEmailDiv {
    background: #fff;
    bottom: 0;
    display:none;
    height: auto;
    left: 0;
    margin: 0 auto;
    padding-top: 40px;
	padding-right:20%;
	padding-left:20%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index:999999;
}

#requestEmailDiv p {
    font-size: 16px;
    margin-bottom: 20px;
}
#requestEmailDiv label {
    margin-bottom: 30px;
}
#requestEmailDiv label span {
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
}
#requestEmailDiv label input[type="email"] {
    font-size: 16px;
    padding: 10px;
}

#requestEmailDiv button {
    /*display: inline-block;*/
    display: block;
    font-size: 16px;
}
</pre></body></html>