#cookieinfo_xcookie{
    position: fixed; 
    display: block;
    background-color: rgba(1,1,1,0.9);
    height: 160px;
    border-top: 2px solid #3e8ed8;
    bottom: 15px;
    left: 15px;
    width: 240px;
    padding:10px;
    border-radius:4px;
    text-align: auto;
    z-index: 9999999999;
    line-height:24px;
    color:#fff;
}

.cookieinfo_xcookie_cont{
    width:100%;
    margin:auto;    
    height: inherit;
    overflow-x: hidden;
    overflow-y: auto;
    
    /*max-height: auto;*/
}

.cookies_btns{
    margin-top:15px;
}

.cookie-agree_btn{
    padding:5px 8px;
    border-radius:4px;
    background:#e28c0b;
    color:#fff;
    text-decoration:none;
    margin-right:5px;
}
.cookie-info_btn{
    padding:5px 8px;
    border-radius:4px;
    background:#3897f0;
    color:#fff;
    text-decoration:none;
}
/*#cookieinfo_xcookie_info{
    text-align: auto;
   top: 10%;
   bottom: 10%;
   overflow-x: hidden;
   overflow-y: auto;
   display:none;
   top: 0px; 
   position:fixed;
   z-index:9999999999;
   min-width:250px;
   min-height:100px;
   max-width:80%;
   background-color:#eee;
   color:#000;
   border:2px solid #555;
   left:10%;
   right:10%;
   margin:10px;
}*/