#cookieNotice {
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
	z-index: 10000;
	font-size: 16px;
}

#cookieNotice > div {
	width: 100%;
	height: auto;
	background-color: #ecebeb;
	box-sizing: border-box;
	padding: 20px;
}

#cookieNotice > div:after {
	clear: both;
	display: block;
	content: '';
}

#cookieNotice h6 {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}

#cookieNotice span {
	font-size: 0.9em;
	display: block;
	width: 67%;
	float: left;
}

#cookieNotice .buttons {
	float: left;
	width: 33%;
}

#cookieNotice button {
	background-color: #4a6876;
	border: none;
	color: #fff;
	padding: 7px;
	cursor: pointer;
	font-size: 0.9em;
	margin: 5px;
	width: 100%;
	display: block;
	text-align: center;
}

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

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

#cookieNoticeFill {
	height: 200px;
}

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