#cookienotice a {color:#545454; text-decoration:underline;}

#cookienotice a:hover {text-decoration:underline;}

#cookienotice div {padding:10px; padding-right:40px;}

#cookienotice { 
   
   text-align:right; 
   background: #ecc64d; 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;}

#cookienoticeCloser {
   color: #545454;
   font: 16px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
    
   
   top: 5px;
   cursor:pointer;
   
   padding:4px;
   
 }

#cookienoticeCloser {opacity:0.5}
#cookienoticeCloser:hover {opacity:1}