 
.cookie-message {
  position:fixed;
 bottom:0;left:0;right:0;
  color:#fff;
padding:0.3em;
  z-index: 10000;
  background:#2C2F33;
  text-align:center;
}
.cookie-message a {
  top:0; *top:-2px; right:20px;
  cursor:pointer;
}
 .cookie-message a {
text-decoration:underline;
}
 .cookie-message a:hover {
text-decoration:none;
}

	a.my-close-button
{
text-decoration: none;
    background: #2D67B1;
color:#ffffff;
padding:0.2em;
font-weight:bold;
margin-left:1em;
	
}

	a.my-close-button:hover
{
text-decoration: none;
    background: #13B7FB;
color:#fffffff;
padding:0.2em;
font-weight:bold;
margin-left:1em;
	
}