#cookie-popup { 
  text-align: center; 
  background: #fff;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  font-size:14px; 
  line-height:20px;
  padding: 20px;
  }
 
#cookie-popup.hidden {
  display: none;
}