12 lines
		
	
	
		
			203 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			203 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| #cookie-notice{
 | |
|     display: block;
 | |
|     position: fixed;
 | |
|     bottom: 0;
 | |
|     left: 0;
 | |
|     width: 100%;
 | |
|     line-height: 40px;
 | |
|     background-color: #c7cda5;
 | |
|     text-align: center;
 | |
|     cursor: pointer;
 | |
| }
 | 
