#redim-cookiehint{
	padding: 7px 5%;
	padding-top: 10px;
	padding-bottom:10px;
	box-sizing: border-box;
	background-color: #a8c507;
	font-size: 14px;
	text-align: center;
}

#redim-cookiehint-modal {
	background-color: rgba(0,0,0,0.75);
	padding: 15%;
}

#cookiehintinfo {
	margin-right: 12px;
}

#redim-cookiehint .cookiecontent{
	font-size: 14px;
	line-height: 16px;
	display: inline-block;
}

#redim-cookiehint, #redim-cookiehint a  {
	color: #ffffff;
}

#redim-cookiehint .cookiehead {
	font-size: 1.45em;
	padding: 4px 2px 12px 2px;
}

#redim-cookiehint .cookiebuttons{
	display: inline-block;
	float: center;
}
#redim-cookiehint .clr {
	clear: both;
}


#redim-cookiehint .cookiebuttons .btn{
	padding: 2px 10px !important;
	color: #a8c507;
	background-color: white!important;
	font-size: 12px;
	line-height: 2.5em;
	margin-top: 2px;
	margin-bottom: 2px;
	cursor: pointer;
}

#redim-cookiehint .cookiebuttons a.btn {
	text-decoration: none !important;
	background-image: none !important;
}

#redim-cookiehint .cookiebuttons .btn:hover{
	border-color: white !important;
	border-width: 1px;
	background-color: #a8c507 !important;
	color: white;
}

#redim-cookiehint.hidden{
	display: none;
	visibility: hidden;
}