﻿#cookie-notice {
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	margin: auto;
	padding: 0.5rem;
	background-color: #fff;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
	color: #555;
}

.cookie-notice-more {
	margin: 0 0.25rem;
	text-decoration-style: dashed;
	color: inherit;
}

.cookie-notice-close {
	margin-left: 1rem;
	padding: 0.25rem 1rem;
	border: 1px solid #2075e5;
	border-radius: 0.375rem;
	background-color: #2075e5;
	line-height: 34px;
	text-decoration: none;
	color: #fff;
}

.cookie-notice-close:hover {
	background-color: #306aca;
}