.cookies-container {
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: auto;
  padding: 5px 40px;
  background: black;
  color: white;
  font-size: 11px;
  line-height: 24px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.7em;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}
.cookie { 
  display: block;
  width: 25px;
  height: 23px;
  float: left; 
  margin-right: 20px;
  /* background: url(../img/cookies.png) bottom no-repeat; */
}

.cookies-button-set {
  white-space: nowrap;
  float: right;
}

.cookies-container a { 
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: white;
/*   background: #d12127; */
	background-color: #588b00;
  line-height: 1em;
  padding: 5px 6px;
  margin-left: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.cookies-container a:hover { 
  background: white;
  color: black;
}