#cookieNotice {   
   display: none;
   background-color: white;
   position: absolute;
   left: 0px;
   top: 0px;
   padding: 20px;
   z-index: 10;
   width: 100%;
}

.cookie-warn {
   color: #021B39;
}
