#cookie-law { 
    margin:10px auto 0;
    bottom:0; 
		position: fixed!important;
		z-index: 16777270;
		width: 100%!important;
		background: rgba(255,255,255,.8);
		text-align: center;
		border-width: 1px 0 1px 0!important;
		border-style: solid!important;
		border-color: #fff!important;
		box-shadow: 0 0 40px #444;   
}
 
#cookie-law p { 
    padding:10px; 
    text-align:center; 
    color:#000; 
    margin:0;
}