﻿#cookieconsentbar
{
	background-color:#43abe2;
	color:white;
	border:solid 1px white;
	border-radius:20px;
	margin:5px 10%;
	padding: 1.5rem 3.0rem;
	align-items:center;
	font-size:12px;
}

@media screen and (max-width: 576px)
{
	#cookieconsentbar
	{
		margin: 5px;
	}
}

#cookieconsentbar h2
{
	color:white;
}

#cookieconsentbar p
{
	color: white;
	margin-right:4px;
}
#cookieconsentbar p a
{
	color:white;
	text-decoration:underline;
}

#cookieconsent-specs
{
	display:none;
}

#cookieconsentbar ul
{
	list-style:none;
	line-height:2rem;
}
#cookieconsentbar label
{
	margin-bottom:0px;
}
#cookieconsent-button .button
{
	width:min-content;
	white-space:nowrap;
}