#cookies-message-container{     
position: fixed;    
z-index: 90;             
left: 0;     
top: 0;    
width:100%;    
height:100%;                            
overflow: auto;                                
background-color: rgb(0,0,0);                                    
background-color: rgba(0,0,0,0.4); 
 } 
#cookies-message{    
background-color: #fefefe;    
margin: 15% auto; /* 15% from the top and centered
*/     
padding: 20px;    
 border: 1px solid #888;    
width: 50%;  
}  
#cookies-message .btn{     
width:50%;     
clear: left;     
display: inline;  
} 
#cookies-message #WHhidden{  
display: none;  
height: 400px;
overflow: -webkit-paged-y;
overflow: auto;
margin-bottom: 25px;
} 
#cookies-message #WHhidden .close-more{     
position: absolute;          
right: 24%;             
clear: both;                  
float: right;                     
text-align: -webkit-center;                         
text-align: center;                             
width: 30px;                                 
text-decoration: none;                                     
font-size: 28px;                                         
background: black;                                             
border-radius: 50%;                                                 
color: white;                                                     
font-weight: bold;  
}