
.cookie-disclaimer {
  background: rgba(0,0,0,0.8);
  color: #FFF;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9999;
  min-height: 150px;
  font-size: 1.1em;
  position: fixed;
}
.cookie-disclaimer .container {
  text-align: center;
  max-width: 900px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cookie-disclaimer .cookie-close{
  float: right;
  padding: 10px;
  cursor: pointer;
}

.cookie-disclaimer .btn{
	
	font-weight: bold;
	margin-top: 10px;

}
