<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* JavaScript: serialcookie */
#serialcookie{position:fixed;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:25px 10%;background-color:rgb(188, 183, 179);font-size:14px;color:black;text-align:justify;line-height:1.5;}
#serialcookie-col-1{}
#serialcookie-col-2{display:flex;margin-left:50px;}
#serialcookie-reject, #serialcookie-accept{padding:15px 20px;cursor:pointer;transition:300ms;}
#serialcookie-reject{border: 2px solid rgb(178 45 54);
    color: rgb(178 45 54);
    font-weight: bold;}
#serialcookie-reject:hover{border-color:rgba(0, 0, 0, .3);}
#serialcookie-accept{margin-left:20px;background-color:rgb(178, 45, 54);color:white;}
#serialcookie-accept:hover{transform:translateY(-3px);box-shadow:0 10px 15px rgba(0, 0, 0, .15);}

@media (max-width:640px){
  #serialcookie{flex-wrap:wrap;}
  #serialcookie-col-2{margin-left:0;margin-top:20px;}
}
</pre></body></html>