#CookieInfo a {
   color:#0c77bd;
   text-decoration:underline;
}
#CookieInfo a:hover {
   color: #000000!important;
}
#CookieInfo div {
   padding:20px;
   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;
   z-index:9999999;
}
#CookieInfoCloser {
   color: #fff;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 90px;
   text-decoration: none;
   top: 11px;
   cursor: pointer;
   border: 2px solid transparent;
   padding: 10px;
   background: none #0c77bd;

   white-space: pre;
   float: right;
}
#CookieInfoCloser:hover {
   border: 2px solid white;
   /* border-right: 1px solid white; */
   /* border-top: 1px solid #7b92a9; */
   /* border-left: 1px solid #7b92a9; */
}


@media (max-width:1420px){
   #CookieInfo .container {
      width: 65%!important;
      float: left;
      margin-left: 5%;
   }
   span#CookieInfoCloser {
      position: absolute;
      top: 26%;
   }
}
@media (max-width:927px){
   span#CookieInfoCloser {
      top: 30%;
   }
}
@media (max-width:615px){
   #CookieInfo .container {
      width: 50%!important;
   }
}
@media (max-width:445px){
   #CookieInfo .container {
      width: 100%!important;
   }
    span#CookieInfoCloser {
        position: relative;
        margin: 40px 0 0 0;
        right: 30%;
    }
}