#cookie_decline {
	width: 250px;
	border: 1px solid #ccc; 
	background-color: #fff;
	padding: 15px;
	position: fixed;
	right: 20px;
	bottom: -1000px;
	z-index: 9999; 
	-webkit-box-shadow: 1px 0 12px rgba(0, 0, 0, 0.2);
	        box-shadow: 1px 0 12px rgba(0, 0, 0, 0.2); 
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}
#cookie_decline p:last-child {
	margin-bottom: 0;
}
#cookie_decline a {
	border-bottom: 1px dotted #999;
    color: #999;
    text-decoration: none;
}
