#cookiesInfoWindow {
  display: none;
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: #541717;
  border-top: 2px solid #a02c2c;
  color: #e2d9d2;
  font-size: 0.8em;  
  padding: 1em;
}           

#cookiesInfoWindow  a {
  padding: 0.5em 1em;
  background: #e2d9d2;
  color: #100000;         
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear; 
  
  cursor: pointer;
  margin-left: 1em;
}
#cookiesInfoWindow  a:hover {
  color: #e2d9d2;      
  background: #100000;
}

#cookiesInfoWindow .cookieInfo {
  text-align: center;
}