
.cookie-disclaimer {
  background: #000000;
  color: #FFF;
  
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 999999999999999999999;
  height: 230px;
  position: fixed;
}
.cookie-disclaimer .container {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cookie-disclaimer .cookie-close{
  float: right;
  padding: 10px;
  cursor: pointer;
}
div.cookie-title:nth-child(1) > h4:nth-child(1){
	color: #fff;
}
.container > hr:nth-child(5){
	border-top: 1px solid #fff;
}