body #cookiePolicyBar {
	width: 100%;
	position: fixed;
	z-index: 100;
	left: 0;
	bottom: 0;
	background-color: #212121;
	color: #fff;
	height: auto;
	opacity: 0.95;
}

body #msg {

	padding: 10px 30px 10px 10px ;

}

body #cookiePolicyBar a {

	text-decoration-line: none;
	color: #00C0E0;

}
body #cookiePolicyBar img {
	cursor:pointer;
	position: absolute;
	right: 10px;
	height: 47%;
	width: auto;
	top:23%;
}