/** Cookie Notice v.1.0.1 @ https://cookienotice.js.org **/

#cookie-notice {
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000000000;
	max-width: 550px;
	margin: auto;
	padding: 0.5rem;
	border: 1px solid #777;
	background-color: #333;
	box-shadow: 0 0 0.25rem rgba(255, 255, 266, 0.1);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-size: 15px;
	text-align: center;
	color: #f5f5f5;
}

.cookie-notice-more {
	margin: 0 0.25rem;
	text-decoration: underline;
	color: inherit;
}

.cookie-notice-close {
	padding: 0 0.5rem;
	border: 1px solid #aaa;
	border-radius: 0.125rem;
	line-height: 20px;
	text-decoration: none;
	color: #eee;
}

@media only screen and (min-width: 768px) {
	#cookie-notice {
		/*bottom: 1rem;*/
		border-radius: 0.25rem;
	}
}
