#cookieNotice {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
	z-index: 10000;
	font-size: 1rem;
	background-color: #ecebeb;
	box-sizing: border-box;
	padding: 20px;
}

#cookieNotice > div {
	background-color: transparent;
	padding: 0;
}

#cookieNotice h5 {
	font-size: 1.5rem;
	margin: 0 0 20px 0;
	padding: 0;
}

#cookieNotice button {
	float: right;
	background-color: #4a6876;
	border: none;
	color: #fff;
	padding: 7px;
	cursor: pointer;
	font-size: 1rem;
	margin: 5px;
	width: 50%;
	display: block;
	text-align: center;
}

#cookieNotice button:last-child {
	background-color: #6ca2ab;
}

#cookieNotice button:hover {
	background-color: #fff;
	color: #4a6876;
}

#cookieNotice a {
	color: #4a6876;
	text-decoration: underline;
}
