.gdpr-block {
    background:#444;
    width:100%;
    padding:10px;
    text-align:center;
    position: fixed;
    left:0;
    bottom: 90px;
}
.gdpr-heading {
    text-align:center;
    font-size:16px;
    font-weight:bold;
    line-height:24px;
    color:#FFF;
}
.gdpr-text {
    color:#FFF;
    font-size:12px;
    line-height:18px;
}
.gdpr-links {
    margin-top:5px;
}
a.gdpr-learn {
    color:#FCB635;
    font-size:12px;
    text-decoration:none;
}
a.gdpr-learn:hover {
    color:#fff;
}
.gdpr-continue {
    background-color: #ccc;
  border: none;
  border-radius:4px;
  color: #444;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
}
.gdpr-continue:hover {
    background-color:#FCB635;
}