#cookie_info a {
	color:#ffffff; 
	text-decoration:underline;
	white-space:nowrap;
}

#cookie_info a:hover {text-decoration:none;} 

#cookie_info div {padding:1.5rem; padding-right:2rem;}

#cookie_info { 
   text-align:right; 
   border-top:1px solid #fff;
   position:fixed;
   bottom:0px; 
   left:0px;
   z-index:10000; 
   width:100%; 
   font-size:1rem; 
   line-height:3rem;
   
  }

#cookie_infoCloser {
   color: #ffffff;
   position:relative;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   cursor:pointer;
   padding:0.7rem 1rem;
   background-color:#B55718; 
   margin-left: 1rem;
   border-radius:3px;
 }
 