<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#rgpd {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
    padding: 10px;
	display:none;
}

#rgpd p {
    color: #ffffff;
	font-size:16px;
	padding-right: 20px;
	padding-left: 10px;
}

#rgpd a {
    text-decoration: none;
}

#rgpd button {
    padding: 10px 15px;
    color: #ffffff;
    font-weight: 400;
    border: none;
    margin-top: 5px;
    cursor: pointer;
}

#rgpd div {
    float: left;
}

#rgpd div.col9 {
    width: 75%;
}

#rgpd div.col3 {
    width: 25%;
    margin-left: 0;
}

#rgpd div button{
	background:#0090DF;
	border-radius:0;
}

#rgpd div .accept{
	background:#F27C00;
}</pre></body></html>