#redim-cookiehint{
	width: 100%;
height: 100%;
	padding: 7px 5%;
	box-sizing: border-box;
	position: fixed;
	background-color: rgba(44, 44, 44, 0.7); }
	font-size: 14px;
	z-index: 9999999;

	
}

#redim-cookiehint .cookiecontent{
	font-size: 14px;
	line-height: 18px;
	color: #fff !important;
	display: inline-block !important;	
}

.cookiecontent{
	
	color: #fff !important;
display: inline-block !important;
}



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

#redim-cookiehint .cookiebuttons .btn{
	 
	color: #ffffff;
	 background-color: rgba(79, 11, 11, 0.9) !important;
background-image: none !important;
    font-family: Helvetica, Arial, sans-serif;
 	padding: 5px 10px !important;

    border: 0px !important;
    box-shadow: none !important;
	font-size: 12px;
	line-height: 14px;
}

#redim-cookiehint .cookiebuttons .btn:hover{ 
	background-color: #111111;
	color: #ffffff;
}

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