.cookie_box {
	width: 300px;
	border: solid 1px black;
	padding: 10px;
	box-shadow: 5px 10px 8px #888888;
	position: fixed;
	right: 50px;
	bottom: 50px;
	background: white;
}

.cookie_button {
	background: #f5f5f5;
	position: absolute;
	right: 15px;
	bottom: 15px;
	padding: 5px;
	cursor: pointer;
}
