* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

#cookie {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  display: none;
  width: 100%;
  height:auto;
  padding: 25px 35px;
  background-color: rgba(0,0,0,0.75);
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  color: #fff;
  font-weight: 300
}

#cookie a {
  text-decoration: none;
  color: #fff;
  border-bottom:1px solid #fff;
  font-weight: 300
}

#cookie .cookieTitle {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 300
}

#cookie .cookieDesc {
  padding-top: 0;
  padding-bottom: .7em
}

#cookie .button {
  text-transform: uppercase;
  letter-spacing: 0.7px;
  display: block;
  padding: 7px;
  background-color: #555;
  border: 1px solid #fff;
  margin-top: 7px;
  width: 100%;
  max-width: 240px;
  margin: 15px auto 0
}

#cookie .button:hover {
  opacity: 1;
  background-color: #666
}

#cookie a.button {
  text-decoration: none;
}

#cookie .deadlink {
color: red;
font-style: italic
}
