﻿.cookieMessage {	padding: 2em 2em 1em;	color: white;	position: fixed;	bottom: 0px;	right: 0px;	z-index: 999;	background-color: rgb(44, 41, 41);	margin: 1em;	border-radius: 12px;	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);    max-width: 350px;}.cookieMessageModal {	padding: 10% 30%;	color: white;	position: fixed;	top: 0px;	bottom: 0px;	right: 0px;	left: 0px;	z-index: 999;	background-color: rgb(44, 41, 41);	opacity: 0.95;}.cookieMessage .policy {	font-weight: bold;	float: right;    padding: 1em 0;}