.cookie-consent {
  width: 100%;
  background: #000000;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 15px;
  color: rgba(255,255,255, 0.7);
  padding-right: 115px;
  z-index: 99999999999999;
}

.cookie-consent a {
    color: #337ab7;
}

.cookie-consent button {
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 50%;
  right: 15px;
  width: 90px;
  height: 24px;
  margin-top: -12px;
  background: rgba(255,255,255,0.1);
  border: none;
  color: rgba(255,255,255, 0.7);
}
.cookie-consent button:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .cookie-consent {
    width: 100%;
    background: #000000;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: rgba(255,255,255, 0.7);
    padding-right: 0;
    font-size: 10px;
  }
  .cookie-consent span {
    margin-top: 15px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .cookie-consent button {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
  }
}
a {

}
