<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#privacy_page h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 66px;
    font-family: 'Helvetica';
	color:grey;
}
#privacy_page h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 20px;
    font-family: 'Helvetica';
	width:100%;
	color:grey;
}
#privacy_page h3 {
    font-weight: bold;
    margin-top: 20px;
    line-height: 20px;
    font-size: 14px;
    font-family: 'Helvetica';
	width:100%;
	color:grey;
}
#pricacy_popup {

	background:#1f1f1f;
    position: fixed;
    left: 5px;
    right: 5px;
    top: auto;
    bottom: 5px;
    border: solid 1px silver;
    padding: 10px;
    font-family: 'Helvetica';
	z-index: 99999999;
    font-size: 14px;
}


#pricacy_text {
    color: white;
}


#pricacy_popup a:link {color: white;}
#pricacy_popup a:visited {
    color: white;
    text-decoration: none;
}
#pricacy_popup a:active,
#pricacy_popup a:hover {
    text-decoration: none;
    color: white;
}

#privacy_page {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100000000;
    background: rgba(255,255,255,0.95);
    padding: 40px;
    overflow: scroll;
    font-size: 14px;
    font-family: 'Helvetica';
    line-height: 16px;
}

#closeButton {
    position: fixed; 
    right: 20px; 
    top: 20px; 
    cursor: pointer; 
    z-index: 10001;
}

#acceptButton {
    border: solid 1px silver;
    background-color: rgb(240, 240, 240);
    color: black;
    padding: 3px 6px;
    border-radius: 3px;
    margin: 5px 10px 0 0;
    position: relative;
    cursor: pointer;
    font-family: 'Helvetica';
    font-size: 14px;
}

#acceptButton:hover {
    color:black;
}


@media (max-width: 757px)
{
	#pricacy_popup
	{
	    bottom: 53px;
	}
}
</pre></body></html>