#CookieInfo a {color:#0c77bd; text-decoration:underline;}

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

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

#CookieInfo {
   text-align:left;
   border-top:1px solid #0c77bd;
   background: none #d5da2e;
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;}

#CookieInfoCloser {
   color: #fff;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   top: 5px;
   cursor:pointer;
   border:1px solid white;
   padding:4px;
   background: none #0c77bd;
 }

#CookieInfoCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}